Html Css Color HEX #2E70DF Royal Blue

📋 copy color: '#2E70DF'

red 46 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #2E70DF

Tints of Royal Blue #2E70DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

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

R = 12.07%
G = 29.4%
B = 58.53%

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

#2E70DF (or 0x2E70DF) is known color: Royal Blue. HEX triplet: 2E, 70 and DF. RGB value is (46,112,223). Sum of RGB (Red+Green+Blue) = 46+112+223=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E70DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E70DF is #D18F20. Grayscale: #686868. Windows color (decimal): -13733665 or 14643246. OLE color: 14643246.

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

Color convert

RGB 46 112 223 -
CMYK 0.79 0.50 0 0.13
HSL 217.63º 0.73% 0.53% -
HSV(B) 217.63º 0.79% 0.87% -
XYZ 20.24 17.5 72.12 -
YUV 104.92 194.63 85.97 -
System Red Green Blue C M Y K H S L
Decimal 46 112 223 0.79 0.50 0 0.13 217.63 0.73 0.53
Hex 2E 70 DF 4F 32 0 D DA 49 35
Octal 56 160 337 117 62 0 15 332 111 65
Binary 101110 1110000 11011111 1001111 110010 0 1101 11011010 1001001 110101

Color Harmonies of #2E70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E70DF

Black with #2E70DF

Text Example


Text Example

White with #2E70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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