Html Css Color HEX #2E6FDF Royal Blue

📋 copy color: '#2E6FDF'

red 46 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #2E6FDF

Tints of Royal Blue #2E6FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

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

R = 12.11%
G = 29.21%
B = 58.68%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E6FDF (or 0x2E6FDF) is known color: Royal Blue. HEX triplet: 2E, 6F and DF. RGB value is (46,111,223). Sum of RGB (Red+Green+Blue) = 46+111+223=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E6FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FDF is #D19020. Grayscale: #676767. Windows color (decimal): -13733921 or 14642990. OLE color: 14642990.

HSL color Cylindrical-coordinate representation of color #2E6FDF: hue angle of 217.97º 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 #2E6FDF is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 111 223 -
CMYK 0.79 0.50 0 0.13
HSL 217.97º 0.73% 0.53% -
HSV(B) 217.97º 0.79% 0.87% -
XYZ 20.13 17.28 72.09 -
YUV 104.33 194.97 86.39 -
System Red Green Blue C M Y K H S L
Decimal 46 111 223 0.79 0.50 0 0.13 217.97 0.73 0.53
Hex 2E 6F DF 4F 32 0 D DA 49 35
Octal 56 157 337 117 62 0 15 332 111 65
Binary 101110 1101111 11011111 1001111 110010 0 1101 11011010 1001001 110101

Color Harmonies of #2E6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6FDF

Black with #2E6FDF

Text Example


Text Example

White with #2E6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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