Html Css Color HEX #2E58FB Royal Blue

📋 copy color: '#2E58FB'

red 46 ◦ green 88 ◦ blue 251

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

Shades of Royal Blue #2E58FB

Tints of Royal Blue #2E58FB

RGB

 RED value IS 46 (18.36% from 255) = 11.95%

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

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 11.95%
G = 22.86%
B = 65.19%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E58FB (or 0x2E58FB) is known color: Royal Blue. HEX triplet: 2E, 58 and FB. RGB value is (46,88,251). Sum of RGB (Red+Green+Blue) = 46+88+251=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E58FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E58FB is #D1A704. Grayscale: #5D5D5D. Windows color (decimal): -13739781 or 16472110. OLE color: 16472110.

HSL color Cylindrical-coordinate representation of color #2E58FB: hue angle of 227.71º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E58FB is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 88 251 -
CMYK 0.82 0.65 0 0.02
HSL 227.71º 0.96% 0.58% -
HSV(B) 227.71º 0.82% 0.98% -
XYZ 22.03 14.53 92.91 -
YUV 94.02 216.59 93.75 -
System Red Green Blue C M Y K H S L
Decimal 46 88 251 0.82 0.65 0 0.02 227.71 0.96 0.58
Hex 2E 58 FB 52 41 0 2 E4 60 3A
Octal 56 130 373 122 101 0 2 344 140 72
Binary 101110 1011000 11111011 1010010 1000001 0 10 11100100 1100000 111010

Color Harmonies of #2E58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E58FB

Black with #2E58FB

Text Example


Text Example

White with #2E58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,251); }

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

background-color css

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

 a { background-color: rgb(46,88,251); }

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

border-color css

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

 span { border-color: rgb(46,88,251); }

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