#278FCF

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

Shades of Curious Blue #278FCF

Tints of Curious Blue #278FCF

Color information

#278FCF (or 0x278FCF) is unknown color: approx Curious Blue. HEX triplet: 27, 8F and CF. RGB value is (39,143,207). Sum of RGB (Red+Green+Blue) = 39+143+207=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #278FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278FCF is #D87030. Grayscale: #767676. Windows color (decimal): -14184497 or 13602599. OLE color: 13602599.

HSL color Cylindrical-coordinate representation of color #278FCF: hue angle of 202.86º 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 #278FCF is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB39143207-
CMYK0.810.3100.19
HSL202.86º68.29%48.24%-
HSV(B)202.86º81.16%81.18%-
XYZ21.9224.5862.62-
YUV119.2177.5470.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.03%
GREEN value IS 143 (56.25% from 255) = 36.76%
BLUE value IS 207 (81.25% from 255) = 53.21%
R=10.03%
G=36.76%
B=53.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal391432070.810.3100.19202.8668.2948.24
Hex278FCF511F013cb4430
Octal472173171213702331310460
Binary1001111000111111001111101000111111010011110010111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278FCF; }

 p { color: rgb(39,143,207); }

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

<style>
 a { background-color: #278FCF; }

 a { background-color: rgb(39,143,207); }

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

<style>
 span { border-color: #278FCF; }

 span { border-color: rgb(39,143,207); }

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