Html Css Color HEX #1495CE Pacific Blue

📋 copy color: '#1495CE'

red 20 ◦ green 149 ◦ blue 206

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

Shades of Pacific Blue #1495CE

Tints of Pacific Blue #1495CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 5.33%
G = 39.73%
B = 54.93%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1495CE (or 0x1495CE) is known color: Pacific Blue. HEX triplet: 14, 95 and CE. RGB value is (20,149,206). Sum of RGB (Red+Green+Blue) = 20+149+206=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #1495CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495CE is #EB6A31. Grayscale: #747474. Windows color (decimal): -15428146 or 13538580. OLE color: 13538580.

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

Color convert

RGB 20 149 206 -
CMYK 0.90 0.28 0 0.19
HSL 198.39º 0.82% 0.44% -
HSV(B) 198.39º 0.9% 0.81% -
XYZ 22.18 26.1 62.26 -
YUV 116.93 178.26 58.87 -
System Red Green Blue C M Y K H S L
Decimal 20 149 206 0.90 0.28 0 0.19 198.39 0.82 0.44
Hex 14 95 CE 5A 1C 0 13 C6 52 2C
Octal 24 225 316 132 34 0 23 306 122 54
Binary 10100 10010101 11001110 1011010 11100 0 10011 11000110 1010010 101100

Color Harmonies of #1495CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495CE

Black with #1495CE

Text Example


Text Example

White with #1495CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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