Html Css Color HEX #1DAEFD Dodger Blue

📋 copy color: '#1DAEFD'

red 29 ◦ green 174 ◦ blue 253

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

Shades of Dodger Blue #1DAEFD

Tints of Dodger Blue #1DAEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 6.36%
G = 38.16%
B = 55.48%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DAEFD (or 0x1DAEFD) is known color: Dodger Blue. HEX triplet: 1D, AE and FD. RGB value is (29,174,253). Sum of RGB (Red+Green+Blue) = 29+174+253=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DAEFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAEFD is #E25102. Grayscale: #8B8B8B. Windows color (decimal): -14831875 or 16625181. OLE color: 16625181.

HSL color Cylindrical-coordinate representation of color #1DAEFD: hue angle of 201.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DAEFD is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 174 253 -
CMYK 0.89 0.31 0 0.01
HSL 201.16º 0.98% 0.55% -
HSV(B) 201.16º 0.89% 0.99% -
XYZ 33.37 37.63 98.43 -
YUV 139.65 191.96 49.08 -
System Red Green Blue C M Y K H S L
Decimal 29 174 253 0.89 0.31 0 0.01 201.16 0.98 0.55
Hex 1D AE FD 59 1F 0 1 C9 62 37
Octal 35 256 375 131 37 0 1 311 142 67
Binary 11101 10101110 11111101 1011001 11111 0 1 11001001 1100010 110111

Color Harmonies of #1DAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEFD

Black with #1DAEFD

Text Example


Text Example

White with #1DAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,174,253); }

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

background-color css

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

 a { background-color: rgb(29,174,253); }

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

border-color css

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

 span { border-color: rgb(29,174,253); }

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