Html Css Color HEX #2F58F1 Royal Blue

📋 copy color: '#2F58F1'

red 47 ◦ green 88 ◦ blue 241

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

Shades of Royal Blue #2F58F1

Tints of Royal Blue #2F58F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

 BLUE value IS 241 (94.53% from 255) = 64.1%

R = 12.5%
G = 23.4%
B = 64.1%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2F58F1 (or 0x2F58F1) is known color: Royal Blue. HEX triplet: 2F, 58 and F1. RGB value is (47,88,241). Sum of RGB (Red+Green+Blue) = 47+88+241=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #2F58F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F58F1 is #D0A70E. Grayscale: #5C5C5C. Windows color (decimal): -13674255 or 15816751. OLE color: 15816751.

HSL color Cylindrical-coordinate representation of color #2F58F1: hue angle of 227.32º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F58F1 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 88 241 -
CMYK 0.80 0.63 0 0.05
HSL 227.32º 0.87% 0.56% -
HSV(B) 227.32º 0.8% 0.95% -
XYZ 20.54 13.93 84.83 -
YUV 93.18 211.42 95.06 -
System Red Green Blue C M Y K H S L
Decimal 47 88 241 0.80 0.63 0 0.05 227.32 0.87 0.56
Hex 2F 58 F1 50 3F 0 5 E3 57 38
Octal 57 130 361 120 77 0 5 343 127 70
Binary 101111 1011000 11110001 1010000 111111 0 101 11100011 1010111 111000

Color Harmonies of #2F58F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F58F1

Black with #2F58F1

Text Example


Text Example

White with #2F58F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,88,241); }

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

background-color css

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

 a { background-color: rgb(47,88,241); }

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

border-color css

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

 span { border-color: rgb(47,88,241); }

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