Html Css Color HEX #0B80EC Dodger Blue

📋 copy color: '#0B80EC'

red 11 ◦ green 128 ◦ blue 236

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

Shades of Dodger Blue #0B80EC

Tints of Dodger Blue #0B80EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 236 (92.58% from 255) = 62.93%

R = 2.93%
G = 34.13%
B = 62.93%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B80EC (or 0x0B80EC) is known color: Dodger Blue. HEX triplet: 0B, 80 and EC. RGB value is (11,128,236). Sum of RGB (Red+Green+Blue) = 11+128+236=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B80EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B80EC is #F47F13. Grayscale: #686868. Windows color (decimal): -16023316 or 15499275. OLE color: 15499275.

HSL color Cylindrical-coordinate representation of color #0B80EC: hue angle of 208.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B80EC is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 128 236 -
CMYK 0.95 0.46 0 0.07
HSL 208.8º 0.91% 0.48% -
HSV(B) 208.8º 0.95% 0.93% -
XYZ 23 21.57 82.31 -
YUV 105.33 201.74 60.72 -
System Red Green Blue C M Y K H S L
Decimal 11 128 236 0.95 0.46 0 0.07 208.8 0.91 0.48
Hex B 80 EC 5F 2E 0 7 D1 5B 30
Octal 13 200 354 137 56 0 7 321 133 60
Binary 1011 10000000 11101100 1011111 101110 0 111 11010001 1011011 110000

Color Harmonies of #0B80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B80EC

Black with #0B80EC

Text Example


Text Example

White with #0B80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,128,236); }

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

background-color css

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

 a { background-color: rgb(11,128,236); }

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

border-color css

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

 span { border-color: rgb(11,128,236); }

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