#2F6BE5

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

Shades of Royal Blue #2F6BE5

Tints of Royal Blue #2F6BE5

Color information

#2F6BE5 (or 0x2F6BE5) is unknown color: approx Royal Blue. HEX triplet: 2F, 6B and E5. RGB value is (47,107,229). Sum of RGB (Red+Green+Blue) = 47+107+229=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F6BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6BE5 is #D0941A. Grayscale: #666666. Windows color (decimal): -13669403 or 15035183. OLE color: 15035183.

HSL color Cylindrical-coordinate representation of color #2F6BE5: hue angle of 220.22º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F6BE5 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB47107229-
CMYK0.790.5300.10
HSL220.22º77.78%54.12%-
HSV(B)220.22º79.48%89.8%-
XYZ20.5716.7876.28-
YUV102.97199.1288.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.27%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 229 (89.84% from 255) = 59.79%
R=12.27%
G=27.94%
B=59.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal471072290.790.5300.10220.2277.7854.12
Hex2F6BE54F350Adc4e36
Octal571533451176501233411666
Binary101111110101111100101100111111010101010110111001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,229); }

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

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

 a { background-color: rgb(47,107,229); }

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

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

 span { border-color: rgb(47,107,229); }

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