#1F90C9

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

Shades of Pelorous #1F90C9

Tints of Pelorous #1F90C9

Color information

#1F90C9 (or 0x1F90C9) is unknown color: approx Pelorous. HEX triplet: 1F, 90 and C9. RGB value is (31,144,201). Sum of RGB (Red+Green+Blue) = 31+144+201=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #1F90C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F90C9 is #E06F36. Grayscale: #747474. Windows color (decimal): -14708535 or 13209631. OLE color: 13209631.

HSL color Cylindrical-coordinate representation of color #1F90C9: hue angle of 200.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F90C9 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB31144201-
CMYK0.850.2800.21
HSL200.12º73.28%45.49%-
HSV(B)200.12º84.58%78.82%-
XYZ21.0824.4558.87-
YUV116.71175.5666.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.24%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=8.24%
G=38.30%
B=53.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal311442010.850.2800.21200.1273.2845.49
Hex1F90C9551C015c8492d
Octal372203111253402531011155
Binary111111001000011001001101010111100010101110010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F90C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,144,201); }

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

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

 a { background-color: rgb(31,144,201); }

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

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

 span { border-color: rgb(31,144,201); }

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