Html Css Color HEX #1DAEFA Dodger Blue

📋 copy color: '#1DAEFA'

red 29 ◦ green 174 ◦ blue 250

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

Shades of Dodger Blue #1DAEFA

Tints of Dodger Blue #1DAEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 6.4%
G = 38.41%
B = 55.19%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DAEFA (or 0x1DAEFA) is known color: Dodger Blue. HEX triplet: 1D, AE and FA. RGB value is (29,174,250). Sum of RGB (Red+Green+Blue) = 29+174+250=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DAEFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DAEFA is #E25105. Grayscale: #8A8A8A. Windows color (decimal): -14831878 or 16428573. OLE color: 16428573.

HSL color Cylindrical-coordinate representation of color #1DAEFA: hue angle of 200.63º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DAEFA is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 174 250 -
CMYK 0.88 0.30 0 0.02
HSL 200.63º 0.96% 0.55% -
HSV(B) 200.63º 0.88% 0.98% -
XYZ 32.9 37.44 95.93 -
YUV 139.31 190.46 49.32 -
System Red Green Blue C M Y K H S L
Decimal 29 174 250 0.88 0.30 0 0.02 200.63 0.96 0.55
Hex 1D AE FA 58 1E 0 2 C9 60 37
Octal 35 256 372 130 36 0 2 311 140 67
Binary 11101 10101110 11111010 1011000 11110 0 10 11001001 1100000 110111

Color Harmonies of #1DAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEFA

Black with #1DAEFA

Text Example


Text Example

White with #1DAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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