Html Css Color HEX #1D96EC Dodger Blue

📋 copy color: '#1D96EC'

red 29 ◦ green 150 ◦ blue 236

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

Shades of Dodger Blue #1D96EC

Tints of Dodger Blue #1D96EC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 6.99%
G = 36.14%
B = 56.87%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D96EC (or 0x1D96EC) is known color: Dodger Blue. HEX triplet: 1D, 96 and EC. RGB value is (29,150,236). Sum of RGB (Red+Green+Blue) = 29+150+236=415 (54% of max value = 765). Red value is 29 (11.72% from 255 or 6.99% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D96EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D96EC is #E26913. Grayscale: #7B7B7B. Windows color (decimal): -14838036 or 15504925. OLE color: 15504925.

HSL color Cylindrical-coordinate representation of color #1D96EC: hue angle of 204.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D96EC is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 150 236 -
CMYK 0.88 0.36 0 0.07
HSL 204.93º 0.84% 0.52% -
HSV(B) 204.93º 0.88% 0.93% -
XYZ 26.55 28.13 83.39 -
YUV 123.63 191.41 60.51 -
System Red Green Blue C M Y K H S L
Decimal 29 150 236 0.88 0.36 0 0.07 204.93 0.84 0.52
Hex 1D 96 EC 58 24 0 7 CD 54 34
Octal 35 226 354 130 44 0 7 315 124 64
Binary 11101 10010110 11101100 1011000 100100 0 111 11001101 1010100 110100

Color Harmonies of #1D96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D96EC

Black with #1D96EC

Text Example


Text Example

White with #1D96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,150,236); }

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

background-color css

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

 a { background-color: rgb(29,150,236); }

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

border-color css

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

 span { border-color: rgb(29,150,236); }

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