#2098cf

Color #2098CF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2098CF

Tints of Pelorous #2098CF

Color information

#2098CF (or 0x2098CF) is unknown color: approx Pelorous. HEX triplet: 20, 98 and CF. RGB value is (32,152,207). Sum of RGB (Red+Green+Blue) = 32+152+207=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #2098CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2098CF is #DF6730. Grayscale: #7A7A7A. Windows color (decimal): -14640945 or 13604896. OLE color: 13604896.

HSL color Cylindrical-coordinate representation of color #2098CF: hue angle of 198.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2098CF is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB32152207-
CMYK0.850.2700.19
HSL198.86º73.22%46.86%-
HSV(B)198.86º84.54%81.18%-
XYZ23.0927.2763.08-
YUV122.39175.7463.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.18%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 207 (81.25% from 255) = 52.94%
R=8.18%
G=38.87%
B=52.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal321522070.850.2700.19198.8673.2246.86
Hex2098CF551B013c7492f
Octal402303171253302330711157
Binary1000001001100011001111101010111011010011110001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2098cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2098cf; }

 p { color: rgb(32,152,207); }

 H1.HeaderClassName
 {
   color: #2098cf;
 }
 .AnyTagClassName
 {
   color: #2098cf;
 }
</style>
background-color css

<style>
 a { background-color: #2098cf; }

 a { background-color: rgb(32,152,207); }

 div.DivClassName
 {
   background-color: #2098cf;
 }
 .BgClassName
 {
   background-color: #2098cf;
 }
</style>
border-color css

<style>
 span { border-color: #2098cf; }

 span { border-color: rgb(32,152,207); }

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