Html Css Color HEX #1D9AFC Dodger Blue

📋 copy color: '#1D9AFC'

red 29 ◦ green 154 ◦ blue 252

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

Shades of Dodger Blue #1D9AFC

Tints of Dodger Blue #1D9AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.93%

R = 6.67%
G = 35.4%
B = 57.93%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D9AFC (or 0x1D9AFC) is known color: Dodger Blue. HEX triplet: 1D, 9A and FC. RGB value is (29,154,252). Sum of RGB (Red+Green+Blue) = 29+154+252=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D9AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9AFC is #E26503. Grayscale: #7F7F7F. Windows color (decimal): -14836996 or 16554525. OLE color: 16554525.

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

Color convert

RGB 29 154 252 -
CMYK 0.88 0.39 0 0.01
HSL 206.37º 0.97% 0.55% -
HSV(B) 206.37º 0.88% 0.99% -
XYZ 29.63 30.4 96.4 -
YUV 127.8 198.09 57.53 -
System Red Green Blue C M Y K H S L
Decimal 29 154 252 0.88 0.39 0 0.01 206.37 0.97 0.55
Hex 1D 9A FC 58 27 0 1 CE 61 37
Octal 35 232 374 130 47 0 1 316 141 67
Binary 11101 10011010 11111100 1011000 100111 0 1 11001110 1100001 110111

Color Harmonies of #1D9AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9AFC

Black with #1D9AFC

Text Example


Text Example

White with #1D9AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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