Html Css Color HEX #1496DF Dodger Blue

📋 copy color: '#1496DF'

red 20 ◦ green 150 ◦ blue 223

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

Shades of Dodger Blue #1496DF

Tints of Dodger Blue #1496DF

RGB

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

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

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

R = 5.09%
G = 38.17%
B = 56.74%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1496DF (or 0x1496DF) is known color: Dodger Blue. HEX triplet: 14, 96 and DF. RGB value is (20,150,223). Sum of RGB (Red+Green+Blue) = 20+150+223=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #1496DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496DF is #EB6920. Grayscale: #777777. Windows color (decimal): -15427873 or 14652948. OLE color: 14652948.

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

Color convert

RGB 20 150 223 -
CMYK 0.91 0.33 0 0.13
HSL 201.58º 0.84% 0.48% -
HSV(B) 201.58º 0.91% 0.87% -
XYZ 24.51 27.29 73.79 -
YUV 119.45 186.43 57.06 -
System Red Green Blue C M Y K H S L
Decimal 20 150 223 0.91 0.33 0 0.13 201.58 0.84 0.48
Hex 14 96 DF 5B 21 0 D CA 54 30
Octal 24 226 337 133 41 0 15 312 124 60
Binary 10100 10010110 11011111 1011011 100001 0 1101 11001010 1010100 110000

Color Harmonies of #1496DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496DF

Black with #1496DF

Text Example


Text Example

White with #1496DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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