Html Css Color HEX #0B09FF Blue

📋 copy color: '#0B09FF'

red 11 ◦ green 9 ◦ blue 255

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

Shades of Blue #0B09FF

Tints of Blue #0B09FF

RGB

 RED value IS 11 (4.69% from 255) = 4%

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

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

R = 4%
G = 3.27%
B = 92.73%

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

#0B09FF (or 0x0B09FF) is known color: Blue. HEX triplet: 0B, 09 and FF. RGB value is (11,9,255). Sum of RGB (Red+Green+Blue) = 11+9+255=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 255 (100% from 255 or 92.73% from 275); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B09FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B09FF is #F4F600. Grayscale: #242424. Windows color (decimal): -16053761 or 16713995. OLE color: 16713995.

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

Color convert

RGB 11 9 255 -
CMYK 0.96 0.96 0 0
HSL 240.49º 1% 0.52% -
HSV(B) 240.49º 0.96% 1% -
XYZ 18.29 7.49 95.09 -
YUV 37.64 250.66 109 -
System Red Green Blue C M Y K H S L
Decimal 11 9 255 0.96 0.96 0 0 240.49 1 0.52
Hex B 9 FF 60 60 0 0 F0 64 34
Octal 13 11 377 140 140 0 0 360 144 64
Binary 1011 1001 11111111 1100000 1100000 0 0 11110000 1100100 110100

Color Harmonies of #0B09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B09FF

Black with #0B09FF

Text Example


Text Example

White with #0B09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B09FF; }

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

 H1.HeaderClassName
 {
   color: #0B09FF;
 }
 .AnyTagClassName
 {
   color: #0B09FF;
 }
</style>

background-color css

<style>
 a { background-color: #0B09FF; }

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

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

border-color css

<style>
 span { border-color: #0B09FF; }

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

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