Html Css Color HEX #1497DD Pacific Blue

📋 copy color: '#1497DD'

red 20 ◦ green 151 ◦ blue 221

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

Shades of Pacific Blue #1497DD

Tints of Pacific Blue #1497DD

RGB

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

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

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

R = 5.1%
G = 38.52%
B = 56.38%

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

#1497DD (or 0x1497DD) is known color: Pacific Blue. HEX triplet: 14, 97 and DD. RGB value is (20,151,221). Sum of RGB (Red+Green+Blue) = 20+151+221=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #1497DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497DD is #EB6822. Grayscale: #777777. Windows color (decimal): -15427619 or 14522132. OLE color: 14522132.

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

Color convert

RGB 20 151 221 -
CMYK 0.91 0.32 0 0.13
HSL 200.9º 0.83% 0.47% -
HSV(B) 200.9º 0.91% 0.87% -
XYZ 24.41 27.5 72.43 -
YUV 119.81 185.1 56.81 -
System Red Green Blue C M Y K H S L
Decimal 20 151 221 0.91 0.32 0 0.13 200.9 0.83 0.47
Hex 14 97 DD 5B 20 0 D C9 53 2F
Octal 24 227 335 133 40 0 15 311 123 57
Binary 10100 10010111 11011101 1011011 100000 0 1101 11001001 1010011 101111

Color Harmonies of #1497DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1497DD

Black with #1497DD

Text Example


Text Example

White with #1497DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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