#2F71DE

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

Shades of Royal Blue #2F71DE

Tints of Royal Blue #2F71DE

Color information

#2F71DE (or 0x2F71DE) is unknown color: approx Royal Blue. HEX triplet: 2F, 71 and DE. RGB value is (47,113,222). Sum of RGB (Red+Green+Blue) = 47+113+222=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F71DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F71DE is #D08E21. Grayscale: #696969. Windows color (decimal): -13667874 or 14577967. OLE color: 14577967.

HSL color Cylindrical-coordinate representation of color #2F71DE: hue angle of 217.37º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F71DE is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB47113222-
CMYK0.790.4900.13
HSL217.37º72.61%52.75%-
HSV(B)217.37º78.83%87.06%-
XYZ20.2617.6971.45-
YUV105.69193.6386.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.30%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 222 (87.11% from 255) = 58.12%
R=12.30%
G=29.58%
B=58.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal471132220.790.4900.13217.3772.6152.75
Hex2F71DE4F310Dd94935
Octal571613361176101533111165
Binary101111111000111011110100111111000101101110110011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,113,222); }

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

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

 a { background-color: rgb(47,113,222); }

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

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

 span { border-color: rgb(47,113,222); }

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