#2885CF

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

Shades of Curious Blue #2885CF

Tints of Curious Blue #2885CF

Color information

#2885CF (or 0x2885CF) is unknown color: approx Curious Blue. HEX triplet: 28, 85 and CF. RGB value is (40,133,207). Sum of RGB (Red+Green+Blue) = 40+133+207=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #2885CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2885CF is #D77A30. Grayscale: #717171. Windows color (decimal): -14121521 or 13600040. OLE color: 13600040.

HSL color Cylindrical-coordinate representation of color #2885CF: hue angle of 206.59º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2885CF is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB40133207-
CMYK0.810.3600.19
HSL206.59º67.61%48.43%-
HSV(B)206.59º80.68%81.18%-
XYZ20.5321.7362.14-
YUV113.63180.6975.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.53%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 207 (81.25% from 255) = 54.47%
R=10.53%
G=35%
B=54.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal401332070.810.3600.19206.5967.6148.43
Hex2885CF5124013cf4430
Octal502053171214402331710460
Binary10100010000101110011111010001100100010011110011111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2885CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2885CF; }

 p { color: rgb(40,133,207); }

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

<style>
 a { background-color: #2885CF; }

 a { background-color: rgb(40,133,207); }

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

<style>
 span { border-color: #2885CF; }

 span { border-color: rgb(40,133,207); }

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