Html Css Color HEX #0B6EFF Dodger Blue

📋 copy color: '#0B6EFF'

red 11 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #0B6EFF

Tints of Dodger Blue #0B6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.26%

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

R = 2.93%
G = 29.26%
B = 67.82%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B6EFF (or 0x0B6EFF) is known color: Dodger Blue. HEX triplet: 0B, 6E and FF. RGB value is (11,110,255). Sum of RGB (Red+Green+Blue) = 11+110+255=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B6EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6EFF is #F49100. Grayscale: #606060. Windows color (decimal): -16027905 or 16739851. OLE color: 16739851.

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

Color convert

RGB 11 110 255 -
CMYK 0.96 0.57 0 0
HSL 215.66º 1% 0.52% -
HSV(B) 215.66º 0.96% 1% -
XYZ 23.76 18.44 96.92 -
YUV 96.93 217.2 66.71 -
System Red Green Blue C M Y K H S L
Decimal 11 110 255 0.96 0.57 0 0 215.66 1 0.52
Hex B 6E FF 60 39 0 0 D8 64 34
Octal 13 156 377 140 71 0 0 330 144 64
Binary 1011 1101110 11111111 1100000 111001 0 0 11011000 1100100 110100

Color Harmonies of #0B6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6EFF

Black with #0B6EFF

Text Example


Text Example

White with #0B6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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