Html Css Color HEX #1492DF Dodger Blue

📋 copy color: '#1492DF'

red 20 ◦ green 146 ◦ blue 223

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

Shades of Dodger Blue #1492DF

Tints of Dodger Blue #1492DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 5.14%
G = 37.53%
B = 57.33%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1492DF (or 0x1492DF) is known color: Dodger Blue. HEX triplet: 14, 92 and DF. RGB value is (20,146,223). Sum of RGB (Red+Green+Blue) = 20+146+223=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #1492DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492DF is #EB6D20. Grayscale: #747474. Windows color (decimal): -15428897 or 14651924. OLE color: 14651924.

HSL color Cylindrical-coordinate representation of color #1492DF: hue angle of 202.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1492DF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 146 223 -
CMYK 0.91 0.35 0 0.13
HSL 202.76º 0.84% 0.48% -
HSV(B) 202.76º 0.91% 0.87% -
XYZ 23.89 26.03 73.58 -
YUV 117.1 187.76 58.74 -
System Red Green Blue C M Y K H S L
Decimal 20 146 223 0.91 0.35 0 0.13 202.76 0.84 0.48
Hex 14 92 DF 5B 23 0 D CB 54 30
Octal 24 222 337 133 43 0 15 313 124 60
Binary 10100 10010010 11011111 1011011 100011 0 1101 11001011 1010100 110000

Color Harmonies of #1492DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1492DF

Black with #1492DF

Text Example


Text Example

White with #1492DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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