#0003FB

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

Shades of Blue #0003FB

Tints of Blue #0003FB

Color information

#0003FB (or 0x0003FB) is unknown color: approx Blue. HEX triplet: 00, 03 and FB. RGB value is (0,3,251). Sum of RGB (Red+Green+Blue) = 0+3+251=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 251 (98.44% from 255 or 98.82% from 254); Max value from RGB is 251 - color contains mainly: blue. Hex color #0003FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0003FB is #FFFC04. Grayscale: #1D1D1D. Windows color (decimal): -16776197 or 16450304. OLE color: 16450304.

HSL color Cylindrical-coordinate representation of color #0003FB: hue angle of 239.28º 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 #0003FB is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB03251-
CMYK10.9900.02
HSL239.28º100%49.22%-
HSV(B)239.28º100%98.43%-
XYZ17.457.0391.7-
YUV30.38252.51106.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 251 (98.44% from 255) = 98.82%
R=0%
G=1.18%
B=98.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal0325110.9900.02239.2810049.22
Hex03FB646302ef6431
Octal033731441430235714461
Binary0111111101111001001100011010111011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0003FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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