Html Css Color HEX #0B6BFE Dodger Blue

📋 copy color: '#0B6BFE'

red 11 ◦ green 107 ◦ blue 254

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

Shades of Dodger Blue #0B6BFE

Tints of Dodger Blue #0B6BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.28%

R = 2.96%
G = 28.76%
B = 68.28%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0B6BFE (or 0x0B6BFE) is known color: Dodger Blue. HEX triplet: 0B, 6B and FE. RGB value is (11,107,254). Sum of RGB (Red+Green+Blue) = 11+107+254=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B6BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6BFE is #F49401. Grayscale: #5E5E5E. Windows color (decimal): -16028674 or 16673547. OLE color: 16673547.

HSL color Cylindrical-coordinate representation of color #0B6BFE: hue angle of 216.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B6BFE is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 107 254 -
CMYK 0.96 0.58 0 0.00
HSL 216.3º 0.99% 0.52% -
HSV(B) 216.3º 0.96% 1% -
XYZ 23.29 17.74 95.96 -
YUV 95.05 217.7 68.05 -
System Red Green Blue C M Y K H S L
Decimal 11 107 254 0.96 0.58 0 0.00 216.3 0.99 0.52
Hex B 6B FE 60 3A 0 0 D8 63 34
Octal 13 153 376 140 72 0 0 330 143 64
Binary 1011 1101011 11111110 1100000 111010 0 0 11011000 1100011 110100

Color Harmonies of #0B6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6BFE

Black with #0B6BFE

Text Example


Text Example

White with #0B6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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