Html Css Color HEX #1D71ED Dodger Blue

📋 copy color: '#1D71ED'

red 29 ◦ green 113 ◦ blue 237

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

Shades of Dodger Blue #1D71ED

Tints of Dodger Blue #1D71ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 237 (92.97% from 255) = 62.53%

R = 7.65%
G = 29.82%
B = 62.53%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D71ED (or 0x1D71ED) is known color: Dodger Blue. HEX triplet: 1D, 71 and ED. RGB value is (29,113,237). Sum of RGB (Red+Green+Blue) = 29+113+237=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D71ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D71ED is #E28E12. Grayscale: #656565. Windows color (decimal): -14847507 or 15560989. OLE color: 15560989.

HSL color Cylindrical-coordinate representation of color #1D71ED: hue angle of 215.77º degrees, saturation: 0.85, 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 #1D71ED is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 113 237 -
CMYK 0.88 0.52 0 0.07
HSL 215.77º 0.85% 0.52% -
HSV(B) 215.77º 0.88% 0.93% -
XYZ 21.7 18.19 82.49 -
YUV 102.02 204.17 75.92 -
System Red Green Blue C M Y K H S L
Decimal 29 113 237 0.88 0.52 0 0.07 215.77 0.85 0.52
Hex 1D 71 ED 58 34 0 7 D8 55 34
Octal 35 161 355 130 64 0 7 330 125 64
Binary 11101 1110001 11101101 1011000 110100 0 111 11011000 1010101 110100

Color Harmonies of #1D71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D71ED

Black with #1D71ED

Text Example


Text Example

White with #1D71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,113,237); }

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

background-color css

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

 a { background-color: rgb(29,113,237); }

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

border-color css

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

 span { border-color: rgb(29,113,237); }

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