Html Css Color HEX #2E5AFC Royal Blue

📋 copy color: '#2E5AFC'

red 46 ◦ green 90 ◦ blue 252

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

Shades of Royal Blue #2E5AFC

Tints of Royal Blue #2E5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

 BLUE value IS 252 (98.83% from 255) = 64.95%

R = 11.86%
G = 23.2%
B = 64.95%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E5AFC (or 0x2E5AFC) is known color: Royal Blue. HEX triplet: 2E, 5A and FC. RGB value is (46,90,252). Sum of RGB (Red+Green+Blue) = 46+90+252=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E5AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5AFC is #D1A503. Grayscale: #5E5E5E. Windows color (decimal): -13739268 or 16538158. OLE color: 16538158.

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

Color convert

RGB 46 90 252 -
CMYK 0.82 0.64 0 0.01
HSL 227.18º 0.97% 0.58% -
HSV(B) 227.18º 0.82% 0.99% -
XYZ 22.35 14.92 93.8 -
YUV 95.31 216.42 92.83 -
System Red Green Blue C M Y K H S L
Decimal 46 90 252 0.82 0.64 0 0.01 227.18 0.97 0.58
Hex 2E 5A FC 52 40 0 1 E3 61 3A
Octal 56 132 374 122 100 0 1 343 141 72
Binary 101110 1011010 11111100 1010010 1000000 0 1 11100011 1100001 111010

Color Harmonies of #2E5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5AFC

Black with #2E5AFC

Text Example


Text Example

White with #2E5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,90,252); }

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

background-color css

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

 a { background-color: rgb(46,90,252); }

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

border-color css

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

 span { border-color: rgb(46,90,252); }

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