Html Css Color HEX #1498BD Pelorous

📋 copy color: '#1498BD'

red 20 ◦ green 152 ◦ blue 189

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

Shades of Pelorous #1498BD

Tints of Pelorous #1498BD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 5.54%
G = 42.11%
B = 52.35%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1498BD (or 0x1498BD) is known color: Pelorous. HEX triplet: 14, 98 and BD. RGB value is (20,152,189). Sum of RGB (Red+Green+Blue) = 20+152+189=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #1498BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498BD is #EB6742. Grayscale: #747474. Windows color (decimal): -15427395 or 12425236. OLE color: 12425236.

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

Color convert

RGB 20 152 189 -
CMYK 0.89 0.20 0 0.26
HSL 193.14º 0.81% 0.41% -
HSV(B) 193.14º 0.89% 0.74% -
XYZ 20.7 26.28 52.13 -
YUV 116.75 168.77 58.99 -
System Red Green Blue C M Y K H S L
Decimal 20 152 189 0.89 0.20 0 0.26 193.14 0.81 0.41
Hex 14 98 BD 59 14 0 1A C1 51 29
Octal 24 230 275 131 24 0 32 301 121 51
Binary 10100 10011000 10111101 1011001 10100 0 11010 11000001 1010001 101001

Color Harmonies of #1498BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1498BD

Black with #1498BD

Text Example


Text Example

White with #1498BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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