Html Css Color HEX #1491DD Dodger Blue

📋 copy color: '#1491DD'

red 20 ◦ green 145 ◦ blue 221

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

Shades of Dodger Blue #1491DD

Tints of Dodger Blue #1491DD

RGB

 RED value IS 20 (8.2% from 255) = 5.18%

 GREEN value IS 145 (57.03% from 255) = 37.56%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 5.18%
G = 37.56%
B = 57.25%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1491DD (or 0x1491DD) is known color: Dodger Blue. HEX triplet: 14, 91 and DD. RGB value is (20,145,221). Sum of RGB (Red+Green+Blue) = 20+145+221=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #1491DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1491DD is #EB6E22. Grayscale: #737373. Windows color (decimal): -15429155 or 14520596. OLE color: 14520596.

HSL color Cylindrical-coordinate representation of color #1491DD: hue angle of 202.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1491DD is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 145 221 -
CMYK 0.91 0.34 0 0.13
HSL 202.69º 0.83% 0.47% -
HSV(B) 202.69º 0.91% 0.87% -
XYZ 23.47 25.62 72.12 -
YUV 116.29 187.09 59.32 -
System Red Green Blue C M Y K H S L
Decimal 20 145 221 0.91 0.34 0 0.13 202.69 0.83 0.47
Hex 14 91 DD 5B 22 0 D CB 53 2F
Octal 24 221 335 133 42 0 15 313 123 57
Binary 10100 10010001 11011101 1011011 100010 0 1101 11001011 1010011 101111

Color Harmonies of #1491DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1491DD

Black with #1491DD

Text Example


Text Example

White with #1491DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1491DD; }

 p { color: rgb(20,145,221); }

 H1.HeaderClassName
 {
   color: #1491DD;
 }
 .AnyTagClassName
 {
   color: #1491DD;
 }
</style>

background-color css

<style>
 a { background-color: #1491DD; }

 a { background-color: rgb(20,145,221); }

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

border-color css

<style>
 span { border-color: #1491DD; }

 span { border-color: rgb(20,145,221); }

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