#1F8ACF

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

Shades of Pelorous #1F8ACF

Tints of Pelorous #1F8ACF

Color information

#1F8ACF (or 0x1F8ACF) is unknown color: approx Pelorous. HEX triplet: 1F, 8A and CF. RGB value is (31,138,207). Sum of RGB (Red+Green+Blue) = 31+138+207=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F8ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8ACF is #E07530. Grayscale: #717171. Windows color (decimal): -14710065 or 13601311. OLE color: 13601311.

HSL color Cylindrical-coordinate representation of color #1F8ACF: hue angle of 203.52º degrees, saturation: 0.74, 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 #1F8ACF is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB31138207-
CMYK0.850.3300.19
HSL203.52º73.95%46.67%-
HSV(B)203.52º85.02%81.18%-
XYZ20.9222.9762.36-
YUV113.87180.5568.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.24%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 207 (81.25% from 255) = 55.05%
R=8.24%
G=36.70%
B=55.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal311382070.850.3300.19203.5273.9546.67
Hex1F8ACF5521013cc4a2f
Octal372123171254102331411257
Binary1111110001010110011111010101100001010011110011001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,138,207); }

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

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

 a { background-color: rgb(31,138,207); }

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

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

 span { border-color: rgb(31,138,207); }

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