Html Css Color HEX #0B0AFB Blue

📋 copy color: '#0B0AFB'

red 11 ◦ green 10 ◦ blue 251

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

Shades of Blue #0B0AFB

Tints of Blue #0B0AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 251 (98.44% from 255) = 92.28%

R = 4.04%
G = 3.68%
B = 92.28%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B0AFB (or 0x0B0AFB) is known color: Blue. HEX triplet: 0B, 0A and FB. RGB value is (11,10,251). Sum of RGB (Red+Green+Blue) = 11+10+251=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 251 (98.44% from 255 or 92.28% from 272); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B0AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0AFB is #F4F504. Grayscale: #242424. Windows color (decimal): -16053509 or 16452107. OLE color: 16452107.

HSL color Cylindrical-coordinate representation of color #0B0AFB: hue angle of 240.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0AFB is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 10 251 -
CMYK 0.96 0.96 0 0.02
HSL 240.25º 0.97% 0.51% -
HSV(B) 240.25º 0.96% 0.98% -
XYZ 17.66 7.25 91.74 -
YUV 37.77 248.33 108.9 -
System Red Green Blue C M Y K H S L
Decimal 11 10 251 0.96 0.96 0 0.02 240.25 0.97 0.51
Hex B A FB 60 60 0 2 F0 61 33
Octal 13 12 373 140 140 0 2 360 141 63
Binary 1011 1010 11111011 1100000 1100000 0 10 11110000 1100001 110011

Color Harmonies of #0B0AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0AFB

Black with #0B0AFB

Text Example


Text Example

White with #0B0AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,10,251); }

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

background-color css

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

 a { background-color: rgb(11,10,251); }

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

border-color css

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

 span { border-color: rgb(11,10,251); }

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