Html Css Color HEX #2E58FA Royal Blue

📋 copy color: '#2E58FA'

red 46 ◦ green 88 ◦ blue 250

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

Shades of Royal Blue #2E58FA

Tints of Royal Blue #2E58FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 11.98%
G = 22.92%
B = 65.1%

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

#2E58FA (or 0x2E58FA) is known color: Royal Blue. HEX triplet: 2E, 58 and FA. RGB value is (46,88,250). Sum of RGB (Red+Green+Blue) = 46+88+250=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E58FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E58FA is #D1A705. Grayscale: #5D5D5D. Windows color (decimal): -13739782 or 16406574. OLE color: 16406574.

HSL color Cylindrical-coordinate representation of color #2E58FA: hue angle of 227.65º degrees, saturation: 0.95, 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 #2E58FA is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 88 250 -
CMYK 0.82 0.65 0 0.02
HSL 227.65º 0.95% 0.58% -
HSV(B) 227.65º 0.82% 0.98% -
XYZ 21.87 14.46 92.08 -
YUV 93.91 216.09 93.83 -
System Red Green Blue C M Y K H S L
Decimal 46 88 250 0.82 0.65 0 0.02 227.65 0.95 0.58
Hex 2E 58 FA 52 41 0 2 E4 5F 3A
Octal 56 130 372 122 101 0 2 344 137 72
Binary 101110 1011000 11111010 1010010 1000001 0 10 11100100 1011111 111010

Color Harmonies of #2E58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E58FA

Black with #2E58FA

Text Example


Text Example

White with #2E58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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