Html Css Color HEX #2E5CFD Royal Blue

📋 copy color: '#2E5CFD'

red 46 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #2E5CFD

Tints of Royal Blue #2E5CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.71%

R = 11.76%
G = 23.53%
B = 64.71%

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

#2E5CFD (or 0x2E5CFD) is known color: Royal Blue. HEX triplet: 2E, 5C and FD. RGB value is (46,92,253). Sum of RGB (Red+Green+Blue) = 46+92+253=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E5CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5CFD is #D1A302. Grayscale: #5F5F5F. Windows color (decimal): -13738755 or 16604206. OLE color: 16604206.

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

Color convert

RGB 46 92 253 -
CMYK 0.82 0.64 0 0.01
HSL 226.67º 0.98% 0.59% -
HSV(B) 226.67º 0.82% 0.99% -
XYZ 22.68 15.33 94.69 -
YUV 96.6 216.26 91.91 -
System Red Green Blue C M Y K H S L
Decimal 46 92 253 0.82 0.64 0 0.01 226.67 0.98 0.59
Hex 2E 5C FD 52 40 0 1 E3 62 3B
Octal 56 134 375 122 100 0 1 343 142 73
Binary 101110 1011100 11111101 1010010 1000000 0 1 11100011 1100010 111011

Color Harmonies of #2E5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5CFD

Black with #2E5CFD

Text Example


Text Example

White with #2E5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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