Html Css Color HEX #0B0DFB Blue

📋 copy color: '#0B0DFB'

red 11 ◦ green 13 ◦ blue 251

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

Shades of Blue #0B0DFB

Tints of Blue #0B0DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.73%

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

R = 4%
G = 4.73%
B = 91.27%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B0DFB (or 0x0B0DFB) is known color: Blue. HEX triplet: 0B, 0D and FB. RGB value is (11,13,251). Sum of RGB (Red+Green+Blue) = 11+13+251=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 251 (98.44% from 255 or 91.27% from 275); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B0DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0DFB is #F4F204. Grayscale: #262626. Windows color (decimal): -16052741 or 16452875. OLE color: 16452875.

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

Color convert

RGB 11 13 251 -
CMYK 0.96 0.95 0 0.02
HSL 239.5º 0.97% 0.51% -
HSV(B) 239.5º 0.96% 0.98% -
XYZ 17.69 7.32 91.75 -
YUV 39.53 247.34 107.65 -
System Red Green Blue C M Y K H S L
Decimal 11 13 251 0.96 0.95 0 0.02 239.5 0.97 0.51
Hex B D FB 60 5F 0 2 F0 61 33
Octal 13 15 373 140 137 0 2 360 141 63
Binary 1011 1101 11111011 1100000 1011111 0 10 11110000 1100001 110011

Color Harmonies of #0B0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0DFB

Black with #0B0DFB

Text Example


Text Example

White with #0B0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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