Html Css Color HEX #1D97EC Dodger Blue

📋 copy color: '#1D97EC'

red 29 ◦ green 151 ◦ blue 236

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

Shades of Dodger Blue #1D97EC

Tints of Dodger Blue #1D97EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

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

R = 6.97%
G = 36.3%
B = 56.73%

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

#1D97EC (or 0x1D97EC) is known color: Dodger Blue. HEX triplet: 1D, 97 and EC. RGB value is (29,151,236). Sum of RGB (Red+Green+Blue) = 29+151+236=416 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.97% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #1D97EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D97EC is #E26813. Grayscale: #7B7B7B. Windows color (decimal): -14837780 or 15505181. OLE color: 15505181.

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

Color convert

RGB 29 151 236 -
CMYK 0.88 0.36 0 0.07
HSL 204.64º 0.84% 0.52% -
HSV(B) 204.64º 0.88% 0.93% -
XYZ 26.71 28.45 83.44 -
YUV 124.21 191.08 60.09 -
System Red Green Blue C M Y K H S L
Decimal 29 151 236 0.88 0.36 0 0.07 204.64 0.84 0.52
Hex 1D 97 EC 58 24 0 7 CD 54 34
Octal 35 227 354 130 44 0 7 315 124 64
Binary 11101 10010111 11101100 1011000 100100 0 111 11001101 1010100 110100

Color Harmonies of #1D97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D97EC

Black with #1D97EC

Text Example


Text Example

White with #1D97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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