Html Css Color HEX #2E5DFA Royal Blue

📋 copy color: '#2E5DFA'

red 46 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #2E5DFA

Tints of Royal Blue #2E5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

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

R = 11.83%
G = 23.91%
B = 64.27%

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

#2E5DFA (or 0x2E5DFA) is known color: Royal Blue. HEX triplet: 2E, 5D and FA. RGB value is (46,93,250). Sum of RGB (Red+Green+Blue) = 46+93+250=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E5DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5DFA is #D1A205. Grayscale: #606060. Windows color (decimal): -13738502 or 16407854. OLE color: 16407854.

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

Color convert

RGB 46 93 250 -
CMYK 0.82 0.63 0 0.02
HSL 226.18º 0.95% 0.58% -
HSV(B) 226.18º 0.82% 0.98% -
XYZ 22.3 15.31 92.22 -
YUV 96.85 214.43 91.73 -
System Red Green Blue C M Y K H S L
Decimal 46 93 250 0.82 0.63 0 0.02 226.18 0.95 0.58
Hex 2E 5D FA 52 3F 0 2 E2 5F 3A
Octal 56 135 372 122 77 0 2 342 137 72
Binary 101110 1011101 11111010 1010010 111111 0 10 11100010 1011111 111010

Color Harmonies of #2E5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5DFA

Black with #2E5DFA

Text Example


Text Example

White with #2E5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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