#1F98CC

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

Shades of Pelorous #1F98CC

Tints of Pelorous #1F98CC

Color information

#1F98CC (or 0x1F98CC) is unknown color: approx Pelorous. HEX triplet: 1F, 98 and CC. RGB value is (31,152,204). Sum of RGB (Red+Green+Blue) = 31+152+204=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F98CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F98CC is #E06733. Grayscale: #797979. Windows color (decimal): -14706484 or 13408287. OLE color: 13408287.

HSL color Cylindrical-coordinate representation of color #1F98CC: hue angle of 198.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F98CC is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB31152204-
CMYK0.850.2500.2
HSL198.03º73.62%46.08%-
HSV(B)198.03º84.8%80%-
XYZ22.6927.1161.16-
YUV121.75174.4163.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.01%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=8.01%
G=39.28%
B=52.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal311522040.850.2500.2198.0373.6246.08
Hex1F98CC5519014c64a2e
Octal372303141253102430611256
Binary111111001100011001100101010111001010100110001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F98CC; }

 p { color: rgb(31,152,204); }

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

<style>
 a { background-color: #1F98CC; }

 a { background-color: rgb(31,152,204); }

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

<style>
 span { border-color: #1F98CC; }

 span { border-color: rgb(31,152,204); }

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