Html Css Color HEX #1D9AFD Dodger Blue

📋 copy color: '#1D9AFD'

red 29 ◦ green 154 ◦ blue 253

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

Shades of Dodger Blue #1D9AFD

Tints of Dodger Blue #1D9AFD

RGB

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

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

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

R = 6.65%
G = 35.32%
B = 58.03%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D9AFD (or 0x1D9AFD) is known color: Dodger Blue. HEX triplet: 1D, 9A and FD. RGB value is (29,154,253). Sum of RGB (Red+Green+Blue) = 29+154+253=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D9AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9AFD is #E26502. Grayscale: #7F7F7F. Windows color (decimal): -14836995 or 16620061. OLE color: 16620061.

HSL color Cylindrical-coordinate representation of color #1D9AFD: hue angle of 206.52º 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 #1D9AFD is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 154 253 -
CMYK 0.89 0.39 0 0.01
HSL 206.52º 0.98% 0.55% -
HSV(B) 206.52º 0.89% 0.99% -
XYZ 29.79 30.46 97.24 -
YUV 127.91 198.59 57.45 -
System Red Green Blue C M Y K H S L
Decimal 29 154 253 0.89 0.39 0 0.01 206.52 0.98 0.55
Hex 1D 9A FD 59 27 0 1 CF 62 37
Octal 35 232 375 131 47 0 1 317 142 67
Binary 11101 10011010 11111101 1011001 100111 0 1 11001111 1100010 110111

Color Harmonies of #1D9AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9AFD

Black with #1D9AFD

Text Example


Text Example

White with #1D9AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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