Html Css Color HEX #2E4FDF Royal Blue

📋 copy color: '#2E4FDF'

red 46 ◦ green 79 ◦ blue 223

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

Shades of Royal Blue #2E4FDF

Tints of Royal Blue #2E4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 13.22%
G = 22.7%
B = 64.08%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E4FDF (or 0x2E4FDF) is known color: Royal Blue. HEX triplet: 2E, 4F and DF. RGB value is (46,79,223). Sum of RGB (Red+Green+Blue) = 46+79+223=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E4FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4FDF is #D1B020. Grayscale: #545454. Windows color (decimal): -13742113 or 14634798. OLE color: 14634798.

HSL color Cylindrical-coordinate representation of color #2E4FDF: hue angle of 228.81º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E4FDF is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 79 223 -
CMYK 0.79 0.65 0 0.13
HSL 228.81º 0.73% 0.53% -
HSV(B) 228.81º 0.79% 0.87% -
XYZ 17.24 11.5 71.12 -
YUV 85.55 205.57 99.79 -
System Red Green Blue C M Y K H S L
Decimal 46 79 223 0.79 0.65 0 0.13 228.81 0.73 0.53
Hex 2E 4F DF 4F 41 0 D E5 49 35
Octal 56 117 337 117 101 0 15 345 111 65
Binary 101110 1001111 11011111 1001111 1000001 0 1101 11100101 1001001 110101

Color Harmonies of #2E4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4FDF

Black with #2E4FDF

Text Example


Text Example

White with #2E4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,79,223); }

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

background-color css

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

 a { background-color: rgb(46,79,223); }

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

border-color css

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

 span { border-color: rgb(46,79,223); }

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