#0700fe

Color #0700FE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0700FE

Tints of Blue #0700FE

Color information

#0700FE (or 0x0700FE) is unknown color: approx Blue. HEX triplet: 07, 00 and FE. RGB value is (7,0,254). Sum of RGB (Red+Green+Blue) = 7+0+254=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 254 (99.61% from 255 or 97.32% from 261); Max value from RGB is 254 - color contains mainly: blue. Hex color #0700FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0700FE is #F8FF01. Grayscale: #1E1E1E. Windows color (decimal): -16318210 or 16646151. OLE color: 16646151.

HSL color Cylindrical-coordinate representation of color #0700FE: hue angle of 241.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700FE is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB70254-
CMYK0.97100.00
HSL241.65º100%49.8%-
HSV(B)241.65º100%99.61%-
XYZ17.987.294.21-
YUV31.05253.82110.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 254 (99.61% from 255) = 97.32%
R=2.68%
G=0%
B=97.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal702540.97100.00241.6510049.8
Hex70FE616400f26432
Octal703761411440036214462
Binary1110111111101100001110010000111100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0700fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0700fe; }

 p { color: rgb(7,0,254); }

 H1.HeaderClassName
 {
   color: #0700fe;
 }
 .AnyTagClassName
 {
   color: #0700fe;
 }
</style>
background-color css

<style>
 a { background-color: #0700fe; }

 a { background-color: rgb(7,0,254); }

 div.DivClassName
 {
   background-color: #0700fe;
 }
 .BgClassName
 {
   background-color: #0700fe;
 }
</style>
border-color css

<style>
 span { border-color: #0700fe; }

 span { border-color: rgb(7,0,254); }

 td.TdClassName
 {
   border-color: #0700fe;
 }
 .TagClassName
 {
   border-color: #0700fe;
 }
</style>