Html Css Color HEX #2E5FFA Royal Blue

📋 copy color: '#2E5FFA'

red 46 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #2E5FFA

Tints of Royal Blue #2E5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.3%

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

R = 11.76%
G = 24.3%
B = 63.94%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E5FFA (or 0x2E5FFA) is known color: Royal Blue. HEX triplet: 2E, 5F and FA. RGB value is (46,95,250). Sum of RGB (Red+Green+Blue) = 46+95+250=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E5FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5FFA is #D1A005. Grayscale: #616161. Windows color (decimal): -13737990 or 16408366. OLE color: 16408366.

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

Color convert

RGB 46 95 250 -
CMYK 0.82 0.62 0 0.02
HSL 225.59º 0.95% 0.58% -
HSV(B) 225.59º 0.82% 0.98% -
XYZ 22.47 15.67 92.28 -
YUV 98.02 213.77 90.9 -
System Red Green Blue C M Y K H S L
Decimal 46 95 250 0.82 0.62 0 0.02 225.59 0.95 0.58
Hex 2E 5F FA 52 3E 0 2 E2 5F 3A
Octal 56 137 372 122 76 0 2 342 137 72
Binary 101110 1011111 11111010 1010010 111110 0 10 11100010 1011111 111010

Color Harmonies of #2E5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5FFA

Black with #2E5FFA

Text Example


Text Example

White with #2E5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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