#0002FB

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

Shades of Blue #0002FB

Tints of Blue #0002FB

Color information

#0002FB (or 0x0002FB) is unknown color: approx Blue. HEX triplet: 00, 02 and FB. RGB value is (0,2,251). Sum of RGB (Red+Green+Blue) = 0+2+251=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 251 (98.44% from 255 or 99.21% from 253); Max value from RGB is 251 - color contains mainly: blue. Hex color #0002FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0002FB is #FFFD04. Grayscale: #1C1C1C. Windows color (decimal): -16776453 or 16450048. OLE color: 16450048.

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

Color convert

RGB02251-
CMYK10.9900.02
HSL239.52º100%49.22%-
HSV(B)239.52º100%98.43%-
XYZ17.437.0191.7-
YUV29.79252.84106.75-

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.79%
BLUE value IS 251 (98.44% from 255) = 99.21%
R=0%
G=0.79%
B=99.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal0225110.9900.02239.5210049.22
Hex02FB646302f06431
Octal023731441430236014461
Binary0101111101111001001100011010111100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0002FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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