Html Css Color HEX #1D9CEF Dodger Blue

📋 copy color: '#1D9CEF'

red 29 ◦ green 156 ◦ blue 239

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

Shades of Dodger Blue #1D9CEF

Tints of Dodger Blue #1D9CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 6.84%
G = 36.79%
B = 56.37%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D9CEF (or 0x1D9CEF) is known color: Dodger Blue. HEX triplet: 1D, 9C and EF. RGB value is (29,156,239). Sum of RGB (Red+Green+Blue) = 29+156+239=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D9CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9CEF is #E26310. Grayscale: #7F7F7F. Windows color (decimal): -14836497 or 15703069. OLE color: 15703069.

HSL color Cylindrical-coordinate representation of color #1D9CEF: hue angle of 203.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D9CEF is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 156 239 -
CMYK 0.88 0.35 0 0.06
HSL 203.71º 0.87% 0.53% -
HSV(B) 203.71º 0.88% 0.94% -
XYZ 27.98 30.27 86.03 -
YUV 127.49 190.92 57.75 -
System Red Green Blue C M Y K H S L
Decimal 29 156 239 0.88 0.35 0 0.06 203.71 0.87 0.53
Hex 1D 9C EF 58 23 0 6 CC 57 35
Octal 35 234 357 130 43 0 6 314 127 65
Binary 11101 10011100 11101111 1011000 100011 0 110 11001100 1010111 110101

Color Harmonies of #1D9CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9CEF

Black with #1D9CEF

Text Example


Text Example

White with #1D9CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,156,239); }

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

background-color css

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

 a { background-color: rgb(29,156,239); }

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

border-color css

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

 span { border-color: rgb(29,156,239); }

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