Html Css Color HEX #0B6DFB Dodger Blue

📋 copy color: '#0B6DFB'

red 11 ◦ green 109 ◦ blue 251

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

Shades of Dodger Blue #0B6DFB

Tints of Dodger Blue #0B6DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

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

R = 2.96%
G = 29.38%
B = 67.65%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B6DFB (or 0x0B6DFB) is known color: Dodger Blue. HEX triplet: 0B, 6D and FB. RGB value is (11,109,251). Sum of RGB (Red+Green+Blue) = 11+109+251=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B6DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6DFB is #F49204. Grayscale: #5F5F5F. Windows color (decimal): -16028165 or 16477451. OLE color: 16477451.

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

Color convert

RGB 11 109 251 -
CMYK 0.96 0.57 0 0.02
HSL 215.5º 0.97% 0.51% -
HSV(B) 215.5º 0.96% 0.98% -
XYZ 23.02 17.97 93.52 -
YUV 95.89 215.53 67.45 -
System Red Green Blue C M Y K H S L
Decimal 11 109 251 0.96 0.57 0 0.02 215.5 0.97 0.51
Hex B 6D FB 60 39 0 2 D8 61 33
Octal 13 155 373 140 71 0 2 330 141 63
Binary 1011 1101101 11111011 1100000 111001 0 10 11011000 1100001 110011

Color Harmonies of #0B6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6DFB

Black with #0B6DFB

Text Example


Text Example

White with #0B6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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