Html Css Color HEX #1495CC Pacific Blue

📋 copy color: '#1495CC'

red 20 ◦ green 149 ◦ blue 204

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

Shades of Pacific Blue #1495CC

Tints of Pacific Blue #1495CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 5.36%
G = 39.95%
B = 54.69%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1495CC (or 0x1495CC) is known color: Pacific Blue. HEX triplet: 14, 95 and CC. RGB value is (20,149,204). Sum of RGB (Red+Green+Blue) = 20+149+204=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #1495CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495CC is #EB6A33. Grayscale: #747474. Windows color (decimal): -15428148 or 13407508. OLE color: 13407508.

HSL color Cylindrical-coordinate representation of color #1495CC: hue angle of 197.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1495CC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 149 204 -
CMYK 0.90 0.27 0 0.2
HSL 197.93º 0.82% 0.44% -
HSV(B) 197.93º 0.9% 0.8% -
XYZ 21.94 26 60.99 -
YUV 116.7 177.26 59.03 -
System Red Green Blue C M Y K H S L
Decimal 20 149 204 0.90 0.27 0 0.2 197.93 0.82 0.44
Hex 14 95 CC 5A 1B 0 14 C6 52 2C
Octal 24 225 314 132 33 0 24 306 122 54
Binary 10100 10010101 11001100 1011010 11011 0 10100 11000110 1010010 101100

Color Harmonies of #1495CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495CC

Black with #1495CC

Text Example


Text Example

White with #1495CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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