#2F72CD

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

Shades of Royal Blue #2F72CD

Tints of Royal Blue #2F72CD

Color information

#2F72CD (or 0x2F72CD) is unknown color: approx Royal Blue. HEX triplet: 2F, 72 and CD. RGB value is (47,114,205). Sum of RGB (Red+Green+Blue) = 47+114+205=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F72CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F72CD is #D08D32. Grayscale: #676767. Windows color (decimal): -13667635 or 13464111. OLE color: 13464111.

HSL color Cylindrical-coordinate representation of color #2F72CD: hue angle of 214.56º 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 #2F72CD is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB47114205-
CMYK0.770.4400.20
HSL214.56º62.7%49.41%-
HSV(B)214.56º77.07%80.39%-
XYZ18.2117.0560.09-
YUV104.34184.887.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.84%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 205 (80.47% from 255) = 56.01%
R=12.84%
G=31.15%
B=56.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471142050.770.4400.20214.5662.749.41
Hex2F72CD4D2C014d73f31
Octal57162315115540243277761
Binary101111111001011001101100110110110001010011010111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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