Html Css Color HEX #4070EE Royal Blue

📋 copy color: '#4070EE'

red 64 ◦ green 112 ◦ blue 238

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

Shades of Royal Blue #4070EE

Tints of Royal Blue #4070EE

RGB

 RED value IS 64 (25.39% from 255) = 15.46%

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

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 15.46%
G = 27.05%
B = 57.49%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4070EE (or 0x4070EE) is known color: Royal Blue. HEX triplet: 40, 70 and EE. RGB value is (64,112,238). Sum of RGB (Red+Green+Blue) = 64+112+238=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #4070EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4070EE is #BF8F11. Grayscale: #6F6F6F. Windows color (decimal): -12554002 or 15626304. OLE color: 15626304.

HSL color Cylindrical-coordinate representation of color #4070EE: hue angle of 223.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4070EE is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 112 238 -
CMYK 0.73 0.53 0 0.07
HSL 223.45º 0.84% 0.59% -
HSV(B) 223.45º 0.73% 0.93% -
XYZ 23.34 18.85 83.3 -
YUV 112.01 199.1 93.75 -
System Red Green Blue C M Y K H S L
Decimal 64 112 238 0.73 0.53 0 0.07 223.45 0.84 0.59
Hex 40 70 EE 49 35 0 7 DF 54 3B
Octal 100 160 356 111 65 0 7 337 124 73
Binary 1000000 1110000 11101110 1001001 110101 0 111 11011111 1010100 111011

Color Harmonies of #4070EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070EE

Black with #4070EE

Text Example


Text Example

White with #4070EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4070EE; }

 p { color: rgb(64,112,238); }

 H1.HeaderClassName
 {
   color: #4070EE;
 }
 .AnyTagClassName
 {
   color: #4070EE;
 }
</style>

background-color css

<style>
 a { background-color: #4070EE; }

 a { background-color: rgb(64,112,238); }

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

border-color css

<style>
 span { border-color: #4070EE; }

 span { border-color: rgb(64,112,238); }

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