Html Css Color HEX #1497DF Dodger Blue

📋 copy color: '#1497DF'

red 20 ◦ green 151 ◦ blue 223

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

Shades of Dodger Blue #1497DF

Tints of Dodger Blue #1497DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

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

R = 5.08%
G = 38.32%
B = 56.6%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1497DF (or 0x1497DF) is known color: Dodger Blue. HEX triplet: 14, 97 and DF. RGB value is (20,151,223). Sum of RGB (Red+Green+Blue) = 20+151+223=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #1497DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497DF is #EB6820. Grayscale: #777777. Windows color (decimal): -15427617 or 14653204. OLE color: 14653204.

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

Color convert

RGB 20 151 223 -
CMYK 0.91 0.32 0 0.13
HSL 201.28º 0.84% 0.48% -
HSV(B) 201.28º 0.91% 0.87% -
XYZ 24.67 27.61 73.84 -
YUV 120.04 186.1 56.65 -
System Red Green Blue C M Y K H S L
Decimal 20 151 223 0.91 0.32 0 0.13 201.28 0.84 0.48
Hex 14 97 DF 5B 20 0 D C9 54 30
Octal 24 227 337 133 40 0 15 311 124 60
Binary 10100 10010111 11011111 1011011 100000 0 1101 11001001 1010100 110000

Color Harmonies of #1497DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1497DF

Black with #1497DF

Text Example


Text Example

White with #1497DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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