#1F85C8

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

Shades of Curious Blue #1F85C8

Tints of Curious Blue #1F85C8

Color information

#1F85C8 (or 0x1F85C8) is unknown color: approx Curious Blue. HEX triplet: 1F, 85 and C8. RGB value is (31,133,200). Sum of RGB (Red+Green+Blue) = 31+133+200=364 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.52% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 200 (78.52% from 255 or 54.95% from 364); Max value from RGB is 200 - color contains mainly: blue. Hex color #1F85C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F85C8 is #E07A37. Grayscale: #6D6D6D. Windows color (decimal): -14711352 or 13141279. OLE color: 13141279.

HSL color Cylindrical-coordinate representation of color #1F85C8: hue angle of 203.79º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F85C8 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31133200-
CMYK0.840.3400.22
HSL203.79º73.16%45.29%-
HSV(B)203.79º84.5%78.43%-
XYZ19.3821.2457.72-
YUV110.14178.7171.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.52%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 200 (78.52% from 255) = 54.95%
R=8.52%
G=36.54%
B=54.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311332000.840.3400.22203.7973.1645.29
Hex1F85C85422016cc492d
Octal372053101244202631411155
Binary1111110000101110010001010100100010010110110011001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F85C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,200); }

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

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

 a { background-color: rgb(31,133,200); }

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

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

 span { border-color: rgb(31,133,200); }

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