Html Css Color HEX #4070EF Royal Blue

📋 copy color: '#4070EF'

red 64 ◦ green 112 ◦ blue 239

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

Shades of Royal Blue #4070EF

Tints of Royal Blue #4070EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 15.42%
G = 26.99%
B = 57.59%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4070EF (or 0x4070EF) is known color: Royal Blue. HEX triplet: 40, 70 and EF. RGB value is (64,112,239). Sum of RGB (Red+Green+Blue) = 64+112+239=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #4070EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4070EF is #BF8F10. Grayscale: #6F6F6F. Windows color (decimal): -12554001 or 15691840. OLE color: 15691840.

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

Color convert

RGB 64 112 239 -
CMYK 0.73 0.53 0 0.06
HSL 223.54º 0.85% 0.59% -
HSV(B) 223.54º 0.73% 0.94% -
XYZ 23.49 18.91 84.07 -
YUV 112.13 199.6 93.67 -
System Red Green Blue C M Y K H S L
Decimal 64 112 239 0.73 0.53 0 0.06 223.54 0.85 0.59
Hex 40 70 EF 49 35 0 6 E0 55 3B
Octal 100 160 357 111 65 0 6 340 125 73
Binary 1000000 1110000 11101111 1001001 110101 0 110 11100000 1010101 111011

Color Harmonies of #4070EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070EF

Black with #4070EF

Text Example


Text Example

White with #4070EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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