Html Css Color HEX #0B6BFF Dodger Blue

📋 copy color: '#0B6BFF'

red 11 ◦ green 107 ◦ blue 255

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

Shades of Dodger Blue #0B6BFF

Tints of Dodger Blue #0B6BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 2.95%
G = 28.69%
B = 68.36%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B6BFF (or 0x0B6BFF) is known color: Dodger Blue. HEX triplet: 0B, 6B and FF. RGB value is (11,107,255). Sum of RGB (Red+Green+Blue) = 11+107+255=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B6BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6BFF is #F49400. Grayscale: #5E5E5E. Windows color (decimal): -16028673 or 16739083. OLE color: 16739083.

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

Color convert

RGB 11 107 255 -
CMYK 0.96 0.58 0 0
HSL 216.39º 1% 0.52% -
HSV(B) 216.39º 0.96% 1% -
XYZ 23.45 17.81 96.81 -
YUV 95.17 218.2 67.97 -
System Red Green Blue C M Y K H S L
Decimal 11 107 255 0.96 0.58 0 0 216.39 1 0.52
Hex B 6B FF 60 3A 0 0 D8 64 34
Octal 13 153 377 140 72 0 0 330 144 64
Binary 1011 1101011 11111111 1100000 111010 0 0 11011000 1100100 110100

Color Harmonies of #0B6BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6BFF

Black with #0B6BFF

Text Example


Text Example

White with #0B6BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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