Html Css Color HEX #0009FF Blue

📋 copy color: '#0009FF'

red 0 ◦ green 9 ◦ blue 255

#0009FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0009FF

Tints of Blue #0009FF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 255 (100% from 255) = 96.59%

R = 0%
G = 3.41%
B = 96.59%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0009FF (or 0x0009FF) is known color: Blue. HEX triplet: 00, 09 and FF. RGB value is (0,9,255). Sum of RGB (Red+Green+Blue) = 0+9+255=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 255 (100% from 255 or 96.59% from 264); Max value from RGB is 255 - color contains mainly: blue. Hex color #0009FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0009FF is #FFF600. Grayscale: #212121. Windows color (decimal): -16774657 or 16713984. OLE color: 16713984.

HSL color Cylindrical-coordinate representation of color #0009FF: hue angle of 237.88º 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 #0009FF is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 9 255 -
CMYK 1 0.96 0 0
HSL 237.88º 1% 0.5% -
HSV(B) 237.88º 1% 1% -
XYZ 18.15 7.42 95.08 -
YUV 34.35 252.52 103.5 -
System Red Green Blue C M Y K H S L
Decimal 0 9 255 1 0.96 0 0 237.88 1 0.5
Hex 0 9 FF 64 60 0 0 EE 64 32
Octal 0 11 377 144 140 0 0 356 144 62
Binary 0 1001 11111111 1100100 1100000 0 0 11101110 1100100 110010

Color Harmonies of #0009FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0009FF

Black with #0009FF

Text Example


Text Example

White with #0009FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0009FF; }

 p { color: rgb(0,9,255); }

 H1.HeaderClassName
 {
   color: #0009FF;
 }
 .AnyTagClassName
 {
   color: #0009FF;
 }
</style>

background-color css

<style>
 a { background-color: #0009FF; }

 a { background-color: rgb(0,9,255); }

 div.DivClassName
 {
   background-color: #0009FF;
 }
 .BgClassName
 {
   background-color: #0009FF;
 }
</style>

border-color css

<style>
 span { border-color: #0009FF; }

 span { border-color: rgb(0,9,255); }

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