Html Css Color HEX #0D76EB Dodger Blue

📋 copy color: '#0D76EB'

red 13 ◦ green 118 ◦ blue 235

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

Shades of Dodger Blue #0D76EB

Tints of Dodger Blue #0D76EB

RGB

 RED value IS 13 (5.47% from 255) = 3.55%

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

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 3.55%
G = 32.24%
B = 64.21%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D76EB (or 0x0D76EB) is known color: Dodger Blue. HEX triplet: 0D, 76 and EB. RGB value is (13,118,235). Sum of RGB (Red+Green+Blue) = 13+118+235=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D76EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D76EB is #F28914. Grayscale: #636363. Windows color (decimal): -15894805 or 15431181. OLE color: 15431181.

HSL color Cylindrical-coordinate representation of color #0D76EB: hue angle of 211.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D76EB is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 118 235 -
CMYK 0.94 0.50 0 0.08
HSL 211.62º 0.9% 0.49% -
HSV(B) 211.62º 0.94% 0.92% -
XYZ 21.64 19.04 81.13 -
YUV 99.94 204.21 65.99 -
System Red Green Blue C M Y K H S L
Decimal 13 118 235 0.94 0.50 0 0.08 211.62 0.9 0.49
Hex D 76 EB 5E 32 0 8 D4 5A 31
Octal 15 166 353 136 62 0 10 324 132 61
Binary 1101 1110110 11101011 1011110 110010 0 1000 11010100 1011010 110001

Color Harmonies of #0D76EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D76EB

Black with #0D76EB

Text Example


Text Example

White with #0D76EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,118,235); }

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

background-color css

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

 a { background-color: rgb(13,118,235); }

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

border-color css

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

 span { border-color: rgb(13,118,235); }

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