Html Css Color HEX #0D85EB Dodger Blue

📋 copy color: '#0D85EB'

red 13 ◦ green 133 ◦ blue 235

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

Shades of Dodger Blue #0D85EB

Tints of Dodger Blue #0D85EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 3.41%
G = 34.91%
B = 61.68%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D85EB (or 0x0D85EB) is known color: Dodger Blue. HEX triplet: 0D, 85 and EB. RGB value is (13,133,235). Sum of RGB (Red+Green+Blue) = 13+133+235=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D85EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D85EB is #F27A14. Grayscale: #6C6C6C. Windows color (decimal): -15890965 or 15435021. OLE color: 15435021.

HSL color Cylindrical-coordinate representation of color #0D85EB: hue angle of 207.57º 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 #0D85EB is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 133 235 -
CMYK 0.94 0.43 0 0.08
HSL 207.57º 0.9% 0.49% -
HSV(B) 207.57º 0.94% 0.92% -
XYZ 23.55 22.86 81.77 -
YUV 108.75 199.24 59.71 -
System Red Green Blue C M Y K H S L
Decimal 13 133 235 0.94 0.43 0 0.08 207.57 0.9 0.49
Hex D 85 EB 5E 2B 0 8 D0 5A 31
Octal 15 205 353 136 53 0 10 320 132 61
Binary 1101 10000101 11101011 1011110 101011 0 1000 11010000 1011010 110001

Color Harmonies of #0D85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D85EB

Black with #0D85EB

Text Example


Text Example

White with #0D85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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