Html Css Color HEX #1495BD Pelorous

📋 copy color: '#1495BD'

red 20 ◦ green 149 ◦ blue 189

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

Shades of Pelorous #1495BD

Tints of Pelorous #1495BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 5.59%
G = 41.62%
B = 52.79%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1495BD (or 0x1495BD) is known color: Pelorous. HEX triplet: 14, 95 and BD. RGB value is (20,149,189). Sum of RGB (Red+Green+Blue) = 20+149+189=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #1495BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495BD is #EB6A42. Grayscale: #727272. Windows color (decimal): -15428163 or 12424468. OLE color: 12424468.

HSL color Cylindrical-coordinate representation of color #1495BD: hue angle of 194.2º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1495BD is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 149 189 -
CMYK 0.89 0.21 0 0.26
HSL 194.2º 0.81% 0.41% -
HSV(B) 194.2º 0.89% 0.74% -
XYZ 20.22 25.32 51.97 -
YUV 114.99 169.76 60.25 -
System Red Green Blue C M Y K H S L
Decimal 20 149 189 0.89 0.21 0 0.26 194.2 0.81 0.41
Hex 14 95 BD 59 15 0 1A C2 51 29
Octal 24 225 275 131 25 0 32 302 121 51
Binary 10100 10010101 10111101 1011001 10101 0 11010 11000010 1010001 101001

Color Harmonies of #1495BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495BD

Black with #1495BD

Text Example


Text Example

White with #1495BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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