#1F85D3

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

Shades of Curious Blue #1F85D3

Tints of Curious Blue #1F85D3

Color information

#1F85D3 (or 0x1F85D3) is unknown color: approx Curious Blue. HEX triplet: 1F, 85 and D3. RGB value is (31,133,211). Sum of RGB (Red+Green+Blue) = 31+133+211=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 211 (82.81% from 255 or 56.27% from 375); Max value from RGB is 211 - color contains mainly: blue. Hex color #1F85D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F85D3 is #E07A2C. Grayscale: #6E6E6E. Windows color (decimal): -14711341 or 13862175. OLE color: 13862175.

HSL color Cylindrical-coordinate representation of color #1F85D3: hue angle of 206º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F85D3 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB31133211-
CMYK0.850.3700.17
HSL206º74.38%47.45%-
HSV(B)206º85.31%82.75%-
XYZ20.7121.7764.74-
YUV111.39184.2170.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.27%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 211 (82.81% from 255) = 56.27%
R=8.27%
G=35.47%
B=56.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal311332110.850.3700.1720674.3847.45
Hex1F85D35525011ce4a2f
Octal372053231254502131611257
Binary1111110000101110100111010101100101010001110011101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F85D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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