#2F78B9

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

Shades of Curious Blue #2F78B9

Tints of Curious Blue #2F78B9

Color information

#2F78B9 (or 0x2F78B9) is unknown color: approx Curious Blue. HEX triplet: 2F, 78 and B9. RGB value is (47,120,185). Sum of RGB (Red+Green+Blue) = 47+120+185=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F78B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F78B9 is #D08746. Grayscale: #696969. Windows color (decimal): -13666119 or 12154927. OLE color: 12154927.

HSL color Cylindrical-coordinate representation of color #2F78B9: hue angle of 208.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F78B9 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47120185-
CMYK0.750.3500.27
HSL208.26º59.48%45.49%-
HSV(B)208.26º74.59%72.55%-
XYZ16.6517.5448.41-
YUV105.58172.8286.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.35%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 185 (72.66% from 255) = 52.56%
R=13.35%
G=34.09%
B=52.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471201850.750.3500.27208.2659.4845.49
Hex2F78B94B2301Bd03b2d
Octal57170271113430333207355
Binary101111111100010111001100101110001101101111010000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F78B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F78B9; }

 p { color: rgb(47,120,185); }

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

<style>
 a { background-color: #2F78B9; }

 a { background-color: rgb(47,120,185); }

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

<style>
 span { border-color: #2F78B9; }

 span { border-color: rgb(47,120,185); }

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