#1F98BE

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

Shades of Pelorous #1F98BE

Tints of Pelorous #1F98BE

Color information

#1F98BE (or 0x1F98BE) is unknown color: approx Pelorous. HEX triplet: 1F, 98 and BE. RGB value is (31,152,190). Sum of RGB (Red+Green+Blue) = 31+152+190=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F98BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F98BE is #E06741. Grayscale: #777777. Windows color (decimal): -14706498 or 12490783. OLE color: 12490783.

HSL color Cylindrical-coordinate representation of color #1F98BE: hue angle of 194.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F98BE is Cyan = 0.84, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31152190-
CMYK0.840.200.25
HSL194.34º71.95%43.33%-
HSV(B)194.34º83.68%74.51%-
XYZ21.0926.4752.71-
YUV120.15167.4164.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.31%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=8.31%
G=40.75%
B=50.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311521900.840.200.25194.3471.9543.33
Hex1F98BE5414019c2482b
Octal372302761242403130211053
Binary111111001100010111110101010010100011001110000101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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