#2F84DC

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

Shades of Royal Blue #2F84DC

Tints of Royal Blue #2F84DC

Color information

#2F84DC (or 0x2F84DC) is unknown color: approx Royal Blue. HEX triplet: 2F, 84 and DC. RGB value is (47,132,220). Sum of RGB (Red+Green+Blue) = 47+132+220=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F84DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F84DC is #D07B23. Grayscale: #747474. Windows color (decimal): -13663012 or 14451759. OLE color: 14451759.

HSL color Cylindrical-coordinate representation of color #2F84DC: hue angle of 210.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F84DC is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB47132220-
CMYK0.790.4000.14
HSL210.52º71.19%52.35%-
HSV(B)210.52º78.64%86.27%-
XYZ22.3422.2770.83-
YUV116.62186.3478.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.78%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 55.14%
R=11.78%
G=33.08%
B=55.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal471322200.790.4000.14210.5271.1952.35
Hex2F84DC4F280Ed34734
Octal572043341175001632310764
Binary1011111000010011011100100111110100001110110100111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,132,220); }

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

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

 a { background-color: rgb(47,132,220); }

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

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

 span { border-color: rgb(47,132,220); }

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