Html Css Color HEX #0909FF Blue

📋 copy color: '#0909FF'

red 9 ◦ green 9 ◦ blue 255

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

Shades of Blue #0909FF

Tints of Blue #0909FF

RGB

 RED value IS 9 (3.91% from 255) = 3.3%

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

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

R = 3.3%
G = 3.3%
B = 93.41%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0909FF (or 0x0909FF) is known color: Blue. HEX triplet: 09, 09 and FF. RGB value is (9,9,255). Sum of RGB (Red+Green+Blue) = 9+9+255=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #0909FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0909FF is #F6F600. Grayscale: #242424. Windows color (decimal): -16184833 or 16713993. OLE color: 16713993.

HSL color Cylindrical-coordinate representation of color #0909FF: hue angle of 240º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0909FF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 9 255 -
CMYK 0.96 0.96 0 0
HSL 240º 1% 0.52% -
HSV(B) 240º 0.96% 1% -
XYZ 18.26 7.47 95.09 -
YUV 37.04 251 108 -
System Red Green Blue C M Y K H S L
Decimal 9 9 255 0.96 0.96 0 0 240 1 0.52
Hex 9 9 FF 60 60 0 0 F0 64 34
Octal 11 11 377 140 140 0 0 360 144 64
Binary 1001 1001 11111111 1100000 1100000 0 0 11110000 1100100 110100

Color Harmonies of #0909FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0909FF

Black with #0909FF

Text Example


Text Example

White with #0909FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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