#2F62ED

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

Shades of Royal Blue #2F62ED

Tints of Royal Blue #2F62ED

Color information

#2F62ED (or 0x2F62ED) is unknown color: approx Royal Blue. HEX triplet: 2F, 62 and ED. RGB value is (47,98,237). Sum of RGB (Red+Green+Blue) = 47+98+237=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F62ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F62ED is #D09D12. Grayscale: #616161. Windows color (decimal): -13671699 or 15557167. OLE color: 15557167.

HSL color Cylindrical-coordinate representation of color #2F62ED: hue angle of 223.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F62ED is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4798237-
CMYK0.800.5900.07
HSL223.89º84.07%55.69%-
HSV(B)223.89º80.17%92.94%-
XYZ20.8315.4582.01-
YUV98.6206.191.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.30%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 237 (92.97% from 255) = 62.04%
R=12.30%
G=25.65%
B=62.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal47982370.800.5900.07223.8984.0755.69
Hex2F62ED503B07e05438
Octal57142355120730734012470
Binary10111111000101110110110100001110110111111000001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F62ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,98,237); }

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

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

 a { background-color: rgb(47,98,237); }

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

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

 span { border-color: rgb(47,98,237); }

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