Html Css Color HEX #0B76EC Dodger Blue

📋 copy color: '#0B76EC'

red 11 ◦ green 118 ◦ blue 236

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

Shades of Dodger Blue #0B76EC

Tints of Dodger Blue #0B76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 3.01%
G = 32.33%
B = 64.66%

CMYK

 C value IS 0.95

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B76EC (or 0x0B76EC) is known color: Dodger Blue. HEX triplet: 0B, 76 and EC. RGB value is (11,118,236). Sum of RGB (Red+Green+Blue) = 11+118+236=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B76EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B76EC is #F48913. Grayscale: #626262. Windows color (decimal): -16025876 or 15496715. OLE color: 15496715.

HSL color Cylindrical-coordinate representation of color #0B76EC: hue angle of 211.47º 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 #0B76EC is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 118 236 -
CMYK 0.95 0.5 0 0.07
HSL 211.47º 0.91% 0.48% -
HSV(B) 211.47º 0.95% 0.93% -
XYZ 21.76 19.08 81.89 -
YUV 99.46 205.05 64.91 -
System Red Green Blue C M Y K H S L
Decimal 11 118 236 0.95 0.5 0 0.07 211.47 0.91 0.48
Hex B 76 EC 5F 32 0 7 D3 5B 30
Octal 13 166 354 137 62 0 7 323 133 60
Binary 1011 1110110 11101100 1011111 110010 0 111 11010011 1011011 110000

Color Harmonies of #0B76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B76EC

Black with #0B76EC

Text Example


Text Example

White with #0B76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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