Html Css Color HEX #1492DD Dodger Blue

📋 copy color: '#1492DD'

red 20 ◦ green 146 ◦ blue 221

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

Shades of Dodger Blue #1492DD

Tints of Dodger Blue #1492DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

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

R = 5.17%
G = 37.73%
B = 57.11%

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

#1492DD (or 0x1492DD) is known color: Dodger Blue. HEX triplet: 14, 92 and DD. RGB value is (20,146,221). Sum of RGB (Red+Green+Blue) = 20+146+221=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #1492DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492DD is #EB6D22. Grayscale: #747474. Windows color (decimal): -15428899 or 14520852. OLE color: 14520852.

HSL color Cylindrical-coordinate representation of color #1492DD: hue angle of 202.39º 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 #1492DD is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 146 221 -
CMYK 0.91 0.34 0 0.13
HSL 202.39º 0.83% 0.47% -
HSV(B) 202.39º 0.91% 0.87% -
XYZ 23.62 25.93 72.17 -
YUV 116.88 186.76 58.9 -
System Red Green Blue C M Y K H S L
Decimal 20 146 221 0.91 0.34 0 0.13 202.39 0.83 0.47
Hex 14 92 DD 5B 22 0 D CA 53 2F
Octal 24 222 335 133 42 0 15 312 123 57
Binary 10100 10010010 11011101 1011011 100010 0 1101 11001010 1010011 101111

Color Harmonies of #1492DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492DD

Black with #1492DD

Text Example


Text Example

White with #1492DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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