#1F98CB

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

Shades of Pelorous #1F98CB

Tints of Pelorous #1F98CB

Color information

#1F98CB (or 0x1F98CB) is unknown color: approx Pelorous. HEX triplet: 1F, 98 and CB. RGB value is (31,152,203). Sum of RGB (Red+Green+Blue) = 31+152+203=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F98CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F98CB is #E06734. Grayscale: #797979. Windows color (decimal): -14706485 or 13342751. OLE color: 13342751.

HSL color Cylindrical-coordinate representation of color #1F98CB: hue angle of 197.79º 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 #1F98CB is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB31152203-
CMYK0.850.2500.20
HSL197.79º73.5%45.88%-
HSV(B)197.79º84.73%79.61%-
XYZ22.5727.0660.53-
YUV121.64173.9163.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.03%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=8.03%
G=39.38%
B=52.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal311522030.850.2500.20197.7973.545.88
Hex1F98CB5519014c64a2e
Octal372303131253102430611256
Binary111111001100011001011101010111001010100110001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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