Html Css Color HEX #2F59E0 Royal Blue

📋 copy color: '#2F59E0'

red 47 ◦ green 89 ◦ blue 224

#2F59E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2F59E0

Tints of Royal Blue #2F59E0

RGB

 RED value IS 47 (18.75% from 255) = 13.06%

 GREEN value IS 89 (35.16% from 255) = 24.72%

 BLUE value IS 224 (87.89% from 255) = 62.22%

R = 13.06%
G = 24.72%
B = 62.22%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2F59E0 (or 0x2F59E0) is known color: Royal Blue. HEX triplet: 2F, 59 and E0. RGB value is (47,89,224). Sum of RGB (Red+Green+Blue) = 47+89+224=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #2F59E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F59E0 is #D0A61F. Grayscale: #5B5B5B. Windows color (decimal): -13674016 or 14702895. OLE color: 14702895.

HSL color Cylindrical-coordinate representation of color #2F59E0: hue angle of 225.76º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F59E0 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 89 224 -
CMYK 0.79 0.60 0 0.12
HSL 225.76º 0.74% 0.53% -
HSV(B) 225.76º 0.79% 0.88% -
XYZ 18.2 13.13 72.1 -
YUV 91.83 202.59 96.02 -
System Red Green Blue C M Y K H S L
Decimal 47 89 224 0.79 0.60 0 0.12 225.76 0.74 0.53
Hex 2F 59 E0 4F 3C 0 C E2 4A 35
Octal 57 131 340 117 74 0 14 342 112 65
Binary 101111 1011001 11100000 1001111 111100 0 1100 11100010 1001010 110101

Color Harmonies of #2F59E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F59E0

Black with #2F59E0

Text Example


Text Example

White with #2F59E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,224); }

 H1.HeaderClassName
 {
   color: #2F59E0;
 }
 .AnyTagClassName
 {
   color: #2F59E0;
 }
</style>

background-color css

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

 a { background-color: rgb(47,89,224); }

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

border-color css

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

 span { border-color: rgb(47,89,224); }

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