Html Css Color HEX #2E5CFE Royal Blue

📋 copy color: '#2E5CFE'

red 46 ◦ green 92 ◦ blue 254

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

Shades of Royal Blue #2E5CFE

Tints of Royal Blue #2E5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 11.73%
G = 23.47%
B = 64.8%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2E5CFE (or 0x2E5CFE) is known color: Royal Blue. HEX triplet: 2E, 5C and FE. RGB value is (46,92,254). Sum of RGB (Red+Green+Blue) = 46+92+254=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E5CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5CFE is #D1A301. Grayscale: #606060. Windows color (decimal): -13738754 or 16669742. OLE color: 16669742.

HSL color Cylindrical-coordinate representation of color #2E5CFE: hue angle of 226.73º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E5CFE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 46 92 254 -
CMYK 0.82 0.64 0 0.00
HSL 226.73º 0.99% 0.59% -
HSV(B) 226.73º 0.82% 1% -
XYZ 22.84 15.39 95.53 -
YUV 96.71 216.76 91.83 -
System Red Green Blue C M Y K H S L
Decimal 46 92 254 0.82 0.64 0 0.00 226.73 0.99 0.59
Hex 2E 5C FE 52 40 0 0 E3 63 3B
Octal 56 134 376 122 100 0 0 343 143 73
Binary 101110 1011100 11111110 1010010 1000000 0 0 11100011 1100011 111011

Color Harmonies of #2E5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5CFE

Black with #2E5CFE

Text Example


Text Example

White with #2E5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,92,254); }

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

background-color css

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

 a { background-color: rgb(46,92,254); }

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

border-color css

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

 span { border-color: rgb(46,92,254); }

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