Html Css Color HEX #1495D8 Pacific Blue

📋 copy color: '#1495D8'

red 20 ◦ green 149 ◦ blue 216

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

Shades of Pacific Blue #1495D8

Tints of Pacific Blue #1495D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.1%

R = 5.19%
G = 38.7%
B = 56.1%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1495D8 (or 0x1495D8) is known color: Pacific Blue. HEX triplet: 14, 95 and D8. RGB value is (20,149,216). Sum of RGB (Red+Green+Blue) = 20+149+216=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #1495D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495D8 is #EB6A27. Grayscale: #757575. Windows color (decimal): -15428136 or 14193940. OLE color: 14193940.

HSL color Cylindrical-coordinate representation of color #1495D8: hue angle of 200.51º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1495D8 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 149 216 -
CMYK 0.91 0.31 0 0.15
HSL 200.51º 0.83% 0.46% -
HSV(B) 200.51º 0.91% 0.85% -
XYZ 23.43 26.6 68.87 -
YUV 118.07 183.26 58.05 -
System Red Green Blue C M Y K H S L
Decimal 20 149 216 0.91 0.31 0 0.15 200.51 0.83 0.46
Hex 14 95 D8 5B 1F 0 F C9 53 2E
Octal 24 225 330 133 37 0 17 311 123 56
Binary 10100 10010101 11011000 1011011 11111 0 1111 11001001 1010011 101110

Color Harmonies of #1495D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495D8

Black with #1495D8

Text Example


Text Example

White with #1495D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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