#2F78CD

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

Shades of Curious Blue #2F78CD

Tints of Curious Blue #2F78CD

Color information

#2F78CD (or 0x2F78CD) is unknown color: approx Curious Blue. HEX triplet: 2F, 78 and CD. RGB value is (47,120,205). Sum of RGB (Red+Green+Blue) = 47+120+205=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F78CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F78CD is #D08732. Grayscale: #6B6B6B. Windows color (decimal): -13666099 or 13465647. OLE color: 13465647.

HSL color Cylindrical-coordinate representation of color #2F78CD: hue angle of 212.28º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F78CD is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB47120205-
CMYK0.770.4100.20
HSL212.28º62.7%49.41%-
HSV(B)212.28º77.07%80.39%-
XYZ18.9118.4560.32-
YUV107.86182.8284.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.63%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 205 (80.47% from 255) = 55.11%
R=12.63%
G=32.26%
B=55.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471202050.770.4100.20212.2862.749.41
Hex2F78CD4D29014d43f31
Octal57170315115510243247761
Binary101111111100011001101100110110100101010011010100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F78CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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