Html Css Color HEX #1D9DFC Dodger Blue

📋 copy color: '#1D9DFC'

red 29 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #1D9DFC

Tints of Dodger Blue #1D9DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.84%

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

R = 6.62%
G = 35.84%
B = 57.53%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D9DFC (or 0x1D9DFC) is known color: Dodger Blue. HEX triplet: 1D, 9D and FC. RGB value is (29,157,252). Sum of RGB (Red+Green+Blue) = 29+157+252=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D9DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9DFC is #E26203. Grayscale: #818181. Windows color (decimal): -14836228 or 16555293. OLE color: 16555293.

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

Color convert

RGB 29 157 252 -
CMYK 0.88 0.38 0 0.01
HSL 205.56º 0.97% 0.55% -
HSV(B) 205.56º 0.88% 0.99% -
XYZ 30.13 31.4 96.57 -
YUV 129.56 197.09 56.28 -
System Red Green Blue C M Y K H S L
Decimal 29 157 252 0.88 0.38 0 0.01 205.56 0.97 0.55
Hex 1D 9D FC 58 26 0 1 CE 61 37
Octal 35 235 374 130 46 0 1 316 141 67
Binary 11101 10011101 11111100 1011000 100110 0 1 11001110 1100001 110111

Color Harmonies of #1D9DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9DFC

Black with #1D9DFC

Text Example


Text Example

White with #1D9DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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