Html Css Color HEX #1D7DEF Dodger Blue

📋 copy color: '#1D7DEF'

red 29 ◦ green 125 ◦ blue 239

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

Shades of Dodger Blue #1D7DEF

Tints of Dodger Blue #1D7DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 7.38%
G = 31.81%
B = 60.81%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D7DEF (or 0x1D7DEF) is known color: Dodger Blue. HEX triplet: 1D, 7D and EF. RGB value is (29,125,239). Sum of RGB (Red+Green+Blue) = 29+125+239=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D7DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7DEF is #E28210. Grayscale: #6C6C6C. Windows color (decimal): -14844433 or 15695133. OLE color: 15695133.

HSL color Cylindrical-coordinate representation of color #1D7DEF: hue angle of 212.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7DEF is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 125 239 -
CMYK 0.88 0.48 0 0.06
HSL 212.57º 0.87% 0.53% -
HSV(B) 212.57º 0.88% 0.94% -
XYZ 23.42 21.16 84.51 -
YUV 109.29 201.2 70.73 -
System Red Green Blue C M Y K H S L
Decimal 29 125 239 0.88 0.48 0 0.06 212.57 0.87 0.53
Hex 1D 7D EF 58 30 0 6 D5 57 35
Octal 35 175 357 130 60 0 6 325 127 65
Binary 11101 1111101 11101111 1011000 110000 0 110 11010101 1010111 110101

Color Harmonies of #1D7DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7DEF

Black with #1D7DEF

Text Example


Text Example

White with #1D7DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,125,239); }

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

background-color css

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

 a { background-color: rgb(29,125,239); }

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

border-color css

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

 span { border-color: rgb(29,125,239); }

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