Html Css Color HEX #4070DC Royal Blue

📋 copy color: '#4070DC'

red 64 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #4070DC

Tints of Royal Blue #4070DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 16.16%
G = 28.28%
B = 55.56%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4070DC (or 0x4070DC) is known color: Royal Blue. HEX triplet: 40, 70 and DC. RGB value is (64,112,220). Sum of RGB (Red+Green+Blue) = 64+112+220=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #4070DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070DC is #BF8F23. Grayscale: #6D6D6D. Windows color (decimal): -12554020 or 14446656. OLE color: 14446656.

HSL color Cylindrical-coordinate representation of color #4070DC: hue angle of 221.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4070DC is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 112 220 -
CMYK 0.71 0.49 0 0.14
HSL 221.54º 0.69% 0.56% -
HSV(B) 221.54º 0.71% 0.86% -
XYZ 20.83 17.85 70.06 -
YUV 109.96 190.1 95.22 -
System Red Green Blue C M Y K H S L
Decimal 64 112 220 0.71 0.49 0 0.14 221.54 0.69 0.56
Hex 40 70 DC 47 31 0 E DE 45 38
Octal 100 160 334 107 61 0 16 336 105 70
Binary 1000000 1110000 11011100 1000111 110001 0 1110 11011110 1000101 111000

Color Harmonies of #4070DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070DC

Black with #4070DC

Text Example


Text Example

White with #4070DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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