Html Css Color HEX #1D9AE9 Dodger Blue

📋 copy color: '#1D9AE9'

red 29 ◦ green 154 ◦ blue 233

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

Shades of Dodger Blue #1D9AE9

Tints of Dodger Blue #1D9AE9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

 BLUE value IS 233 (91.41% from 255) = 56.01%

R = 6.97%
G = 37.02%
B = 56.01%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1D9AE9 (or 0x1D9AE9) is known color: Dodger Blue. HEX triplet: 1D, 9A and E9. RGB value is (29,154,233). Sum of RGB (Red+Green+Blue) = 29+154+233=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D9AE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9AE9 is #E26516. Grayscale: #7D7D7D. Windows color (decimal): -14837015 or 15309341. OLE color: 15309341.

HSL color Cylindrical-coordinate representation of color #1D9AE9: hue angle of 203.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D9AE9 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 29 154 233 -
CMYK 0.88 0.34 0 0.09
HSL 203.24º 0.82% 0.51% -
HSV(B) 203.24º 0.88% 0.91% -
XYZ 26.77 29.26 81.33 -
YUV 125.63 188.59 59.08 -
System Red Green Blue C M Y K H S L
Decimal 29 154 233 0.88 0.34 0 0.09 203.24 0.82 0.51
Hex 1D 9A E9 58 22 0 9 CB 52 33
Octal 35 232 351 130 42 0 11 313 122 63
Binary 11101 10011010 11101001 1011000 100010 0 1001 11001011 1010010 110011

Color Harmonies of #1D9AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9AE9

Black with #1D9AE9

Text Example


Text Example

White with #1D9AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,154,233); }

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

background-color css

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

 a { background-color: rgb(29,154,233); }

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

border-color css

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

 span { border-color: rgb(29,154,233); }

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