Html Css Color HEX #0D83E5 Dodger Blue

📋 copy color: '#0D83E5'

red 13 ◦ green 131 ◦ blue 229

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

Shades of Dodger Blue #0D83E5

Tints of Dodger Blue #0D83E5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 229 (89.84% from 255) = 61.39%

R = 3.49%
G = 35.12%
B = 61.39%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0D83E5 (or 0x0D83E5) is known color: Dodger Blue. HEX triplet: 0D, 83 and E5. RGB value is (13,131,229). Sum of RGB (Red+Green+Blue) = 13+131+229=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #0D83E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D83E5 is #F27C1A. Grayscale: #6A6A6A. Windows color (decimal): -15891483 or 15041293. OLE color: 15041293.

HSL color Cylindrical-coordinate representation of color #0D83E5: hue angle of 207.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D83E5 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 131 229 -
CMYK 0.94 0.43 0 0.10
HSL 207.22º 0.89% 0.47% -
HSV(B) 207.22º 0.94% 0.9% -
XYZ 22.43 21.98 77.19 -
YUV 106.89 196.91 61.03 -
System Red Green Blue C M Y K H S L
Decimal 13 131 229 0.94 0.43 0 0.10 207.22 0.89 0.47
Hex D 83 E5 5E 2B 0 A CF 59 2F
Octal 15 203 345 136 53 0 12 317 131 57
Binary 1101 10000011 11100101 1011110 101011 0 1010 11001111 1011001 101111

Color Harmonies of #0D83E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D83E5

Black with #0D83E5

Text Example


Text Example

White with #0D83E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,131,229); }

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

background-color css

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

 a { background-color: rgb(13,131,229); }

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

border-color css

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

 span { border-color: rgb(13,131,229); }

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