Html Css Color HEX #1495BC Pelorous

📋 copy color: '#1495BC'

red 20 ◦ green 149 ◦ blue 188

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

Shades of Pelorous #1495BC

Tints of Pelorous #1495BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 5.6%
G = 41.74%
B = 52.66%

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

#1495BC (or 0x1495BC) is known color: Pelorous. HEX triplet: 14, 95 and BC. RGB value is (20,149,188). Sum of RGB (Red+Green+Blue) = 20+149+188=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #1495BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495BC is #EB6A43. Grayscale: #727272. Windows color (decimal): -15428164 or 12358932. OLE color: 12358932.

HSL color Cylindrical-coordinate representation of color #1495BC: hue angle of 193.93º 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 #1495BC is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 149 188 -
CMYK 0.89 0.21 0 0.26
HSL 193.93º 0.81% 0.41% -
HSV(B) 193.93º 0.89% 0.74% -
XYZ 20.11 25.27 51.4 -
YUV 114.88 169.26 60.33 -
System Red Green Blue C M Y K H S L
Decimal 20 149 188 0.89 0.21 0 0.26 193.93 0.81 0.41
Hex 14 95 BC 59 15 0 1A C2 51 29
Octal 24 225 274 131 25 0 32 302 121 51
Binary 10100 10010101 10111100 1011001 10101 0 11010 11000010 1010001 101001

Color Harmonies of #1495BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1495BC

Black with #1495BC

Text Example


Text Example

White with #1495BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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