#1F87C9

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

Shades of Curious Blue #1F87C9

Tints of Curious Blue #1F87C9

Color information

#1F87C9 (or 0x1F87C9) is unknown color: approx Curious Blue. HEX triplet: 1F, 87 and C9. RGB value is (31,135,201). Sum of RGB (Red+Green+Blue) = 31+135+201=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #1F87C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F87C9 is #E07836. Grayscale: #6F6F6F. Windows color (decimal): -14710839 or 13207327. OLE color: 13207327.

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

Color convert

RGB31135201-
CMYK0.850.3300.21
HSL203.29º73.28%45.49%-
HSV(B)203.29º84.58%78.82%-
XYZ19.7721.8458.43-
YUV111.43178.5470.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.45%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=8.45%
G=36.78%
B=54.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal311352010.850.3300.21203.2973.2845.49
Hex1F87C95521015cb492d
Octal372073111254102531311155
Binary1111110000111110010011010101100001010101110010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F87C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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