Html Css Color HEX #2E70FD Royal Blue

📋 copy color: '#2E70FD'

red 46 ◦ green 112 ◦ blue 253

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

Shades of Royal Blue #2E70FD

Tints of Royal Blue #2E70FD

RGB

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

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

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

R = 11.19%
G = 27.25%
B = 61.56%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E70FD (or 0x2E70FD) is known color: Royal Blue. HEX triplet: 2E, 70 and FD. RGB value is (46,112,253). Sum of RGB (Red+Green+Blue) = 46+112+253=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E70FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E70FD is #D18F02. Grayscale: #6B6B6B. Windows color (decimal): -13733635 or 16609326. OLE color: 16609326.

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

Color convert

RGB 46 112 253 -
CMYK 0.82 0.56 0 0.01
HSL 220.87º 0.98% 0.59% -
HSV(B) 220.87º 0.82% 0.99% -
XYZ 24.65 19.26 95.35 -
YUV 108.34 209.63 83.54 -
System Red Green Blue C M Y K H S L
Decimal 46 112 253 0.82 0.56 0 0.01 220.87 0.98 0.59
Hex 2E 70 FD 52 38 0 1 DD 62 3B
Octal 56 160 375 122 70 0 1 335 142 73
Binary 101110 1110000 11111101 1010010 111000 0 1 11011101 1100010 111011

Color Harmonies of #2E70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E70FD

Black with #2E70FD

Text Example


Text Example

White with #2E70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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