#0002f7

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

Shades of Blue #0002F7

Tints of Blue #0002F7

Color information

#0002F7 (or 0x0002F7) is unknown color: approx Blue. HEX triplet: 00, 02 and F7. RGB value is (0,2,247). Sum of RGB (Red+Green+Blue) = 0+2+247=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 247 (96.88% from 255 or 99.20% from 249); Max value from RGB is 247 - color contains mainly: blue. Hex color #0002F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0002F7 is #FFFD08. Grayscale: #1C1C1C. Windows color (decimal): -16776457 or 16187904. OLE color: 16187904.

HSL color Cylindrical-coordinate representation of color #0002F7: hue angle of 239.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002F7 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB02247-
CMYK10.9900.03
HSL239.51º100%48.43%-
HSV(B)239.51º100%96.86%-
XYZ16.816.7688.41-
YUV29.33250.84107.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 247 (96.88% from 255) = 99.20%
R=0%
G=0.80%
B=99.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal0224710.9900.03239.5110048.43
Hex02F7646303f06430
Octal023671441430336014460
Binary0101111011111001001100011011111100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0002f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0002f7; }

 p { color: rgb(0,2,247); }

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

<style>
 a { background-color: #0002f7; }

 a { background-color: rgb(0,2,247); }

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

<style>
 span { border-color: #0002f7; }

 span { border-color: rgb(0,2,247); }

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