Html Css Color HEX #1D8EFC Dodger Blue

📋 copy color: '#1D8EFC'

red 29 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #1D8EFC

Tints of Dodger Blue #1D8EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

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

R = 6.86%
G = 33.57%
B = 59.57%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D8EFC (or 0x1D8EFC) is known color: Dodger Blue. HEX triplet: 1D, 8E and FC. RGB value is (29,142,252). Sum of RGB (Red+Green+Blue) = 29+142+252=423 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.86% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D8EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8EFC is #E27103. Grayscale: #787878. Windows color (decimal): -14840068 or 16551453. OLE color: 16551453.

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

Color convert

RGB 29 142 252 -
CMYK 0.88 0.44 0 0.01
HSL 209.6º 0.97% 0.55% -
HSV(B) 209.6º 0.88% 0.99% -
XYZ 27.75 26.64 95.77 -
YUV 120.75 202.06 62.56 -
System Red Green Blue C M Y K H S L
Decimal 29 142 252 0.88 0.44 0 0.01 209.6 0.97 0.55
Hex 1D 8E FC 58 2C 0 1 D2 61 37
Octal 35 216 374 130 54 0 1 322 141 67
Binary 11101 10001110 11111100 1011000 101100 0 1 11010010 1100001 110111

Color Harmonies of #1D8EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8EFC

Black with #1D8EFC

Text Example


Text Example

White with #1D8EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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