Html Css Color HEX #1D80EE Dodger Blue

📋 copy color: '#1D80EE'

red 29 ◦ green 128 ◦ blue 238

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

Shades of Dodger Blue #1D80EE

Tints of Dodger Blue #1D80EE

RGB

 RED value IS 29 (11.72% from 255) = 7.34%

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

 BLUE value IS 238 (93.36% from 255) = 60.25%

R = 7.34%
G = 32.41%
B = 60.25%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D80EE (or 0x1D80EE) is known color: Dodger Blue. HEX triplet: 1D, 80 and EE. RGB value is (29,128,238). Sum of RGB (Red+Green+Blue) = 29+128+238=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D80EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D80EE is #E27F11. Grayscale: #6E6E6E. Windows color (decimal): -14843666 or 15630365. OLE color: 15630365.

HSL color Cylindrical-coordinate representation of color #1D80EE: hue angle of 211.58º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D80EE is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 128 238 -
CMYK 0.88 0.46 0 0.07
HSL 211.58º 0.86% 0.52% -
HSV(B) 211.58º 0.88% 0.93% -
XYZ 23.66 21.87 83.86 -
YUV 110.94 199.7 69.56 -
System Red Green Blue C M Y K H S L
Decimal 29 128 238 0.88 0.46 0 0.07 211.58 0.86 0.52
Hex 1D 80 EE 58 2E 0 7 D4 56 34
Octal 35 200 356 130 56 0 7 324 126 64
Binary 11101 10000000 11101110 1011000 101110 0 111 11010100 1010110 110100

Color Harmonies of #1D80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D80EE

Black with #1D80EE

Text Example


Text Example

White with #1D80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D80EE; }

 p { color: rgb(29,128,238); }

 H1.HeaderClassName
 {
   color: #1D80EE;
 }
 .AnyTagClassName
 {
   color: #1D80EE;
 }
</style>

background-color css

<style>
 a { background-color: #1D80EE; }

 a { background-color: rgb(29,128,238); }

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

border-color css

<style>
 span { border-color: #1D80EE; }

 span { border-color: rgb(29,128,238); }

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