Html Css Color HEX #2E5CFA Royal Blue

📋 copy color: '#2E5CFA'

red 46 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #2E5CFA

Tints of Royal Blue #2E5CFA

RGB

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

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

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

R = 11.86%
G = 23.71%
B = 64.43%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E5CFA (or 0x2E5CFA) is known color: Royal Blue. HEX triplet: 2E, 5C and FA. RGB value is (46,92,250). Sum of RGB (Red+Green+Blue) = 46+92+250=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E5CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5CFA is #D1A305. Grayscale: #5F5F5F. Windows color (decimal): -13738758 or 16407598. OLE color: 16407598.

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

Color convert

RGB 46 92 250 -
CMYK 0.82 0.63 0 0.02
HSL 226.47º 0.95% 0.58% -
HSV(B) 226.47º 0.82% 0.98% -
XYZ 22.21 15.14 92.19 -
YUV 96.26 214.76 92.15 -
System Red Green Blue C M Y K H S L
Decimal 46 92 250 0.82 0.63 0 0.02 226.47 0.95 0.58
Hex 2E 5C FA 52 3F 0 2 E2 5F 3A
Octal 56 134 372 122 77 0 2 342 137 72
Binary 101110 1011100 11111010 1010010 111111 0 10 11100010 1011111 111010

Color Harmonies of #2E5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5CFA

Black with #2E5CFA

Text Example


Text Example

White with #2E5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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