Html Css Color HEX #1495E1 Dodger Blue

📋 copy color: '#1495E1'

red 20 ◦ green 149 ◦ blue 225

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

Shades of Dodger Blue #1495E1

Tints of Dodger Blue #1495E1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 225 (88.28% from 255) = 57.11%

R = 5.08%
G = 37.82%
B = 57.11%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1495E1 (or 0x1495E1) is known color: Dodger Blue. HEX triplet: 14, 95 and E1. RGB value is (20,149,225). Sum of RGB (Red+Green+Blue) = 20+149+225=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #1495E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495E1 is #EB6A1E. Grayscale: #767676. Windows color (decimal): -15428127 or 14783764. OLE color: 14783764.

HSL color Cylindrical-coordinate representation of color #1495E1: hue angle of 202.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1495E1 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 149 225 -
CMYK 0.91 0.34 0 0.12
HSL 202.24º 0.84% 0.48% -
HSV(B) 202.24º 0.91% 0.88% -
XYZ 24.63 27.08 75.16 -
YUV 119.09 187.76 57.32 -
System Red Green Blue C M Y K H S L
Decimal 20 149 225 0.91 0.34 0 0.12 202.24 0.84 0.48
Hex 14 95 E1 5B 22 0 C CA 54 30
Octal 24 225 341 133 42 0 14 312 124 60
Binary 10100 10010101 11100001 1011011 100010 0 1100 11001010 1010100 110000

Color Harmonies of #1495E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495E1

Black with #1495E1

Text Example


Text Example

White with #1495E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1495E1; }

 p { color: rgb(20,149,225); }

 H1.HeaderClassName
 {
   color: #1495E1;
 }
 .AnyTagClassName
 {
   color: #1495E1;
 }
</style>

background-color css

<style>
 a { background-color: #1495E1; }

 a { background-color: rgb(20,149,225); }

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

border-color css

<style>
 span { border-color: #1495E1; }

 span { border-color: rgb(20,149,225); }

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