Html Css Color HEX #1D71EB Dodger Blue

📋 copy color: '#1D71EB'

red 29 ◦ green 113 ◦ blue 235

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

Shades of Dodger Blue #1D71EB

Tints of Dodger Blue #1D71EB

RGB

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

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

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

R = 7.69%
G = 29.97%
B = 62.33%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D71EB (or 0x1D71EB) is known color: Dodger Blue. HEX triplet: 1D, 71 and EB. RGB value is (29,113,235). Sum of RGB (Red+Green+Blue) = 29+113+235=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D71EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D71EB is #E28E14. Grayscale: #656565. Windows color (decimal): -14847509 or 15429917. OLE color: 15429917.

HSL color Cylindrical-coordinate representation of color #1D71EB: hue angle of 215.53º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D71EB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 113 235 -
CMYK 0.88 0.52 0 0.08
HSL 215.53º 0.84% 0.52% -
HSV(B) 215.53º 0.88% 0.92% -
XYZ 21.41 18.07 80.96 -
YUV 101.79 203.17 76.08 -
System Red Green Blue C M Y K H S L
Decimal 29 113 235 0.88 0.52 0 0.08 215.53 0.84 0.52
Hex 1D 71 EB 58 34 0 8 D8 54 34
Octal 35 161 353 130 64 0 10 330 124 64
Binary 11101 1110001 11101011 1011000 110100 0 1000 11011000 1010100 110100

Color Harmonies of #1D71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D71EB

Black with #1D71EB

Text Example


Text Example

White with #1D71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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