Html Css Color HEX #4074DC Royal Blue

📋 copy color: '#4074DC'

red 64 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #4074DC

Tints of Royal Blue #4074DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

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

R = 16%
G = 29%
B = 55%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4074DC (or 0x4074DC) is known color: Royal Blue. HEX triplet: 40, 74 and DC. RGB value is (64,116,220). Sum of RGB (Red+Green+Blue) = 64+116+220=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #4074DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074DC is #BF8B23. Grayscale: #6F6F6F. Windows color (decimal): -12552996 or 14447680. OLE color: 14447680.

HSL color Cylindrical-coordinate representation of color #4074DC: hue angle of 220º 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 #4074DC is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 116 220 -
CMYK 0.71 0.47 0 0.14
HSL 220º 0.69% 0.56% -
HSV(B) 220º 0.71% 0.86% -
XYZ 21.28 18.75 70.21 -
YUV 112.31 188.77 93.54 -
System Red Green Blue C M Y K H S L
Decimal 64 116 220 0.71 0.47 0 0.14 220 0.69 0.56
Hex 40 74 DC 47 2F 0 E DC 45 38
Octal 100 164 334 107 57 0 16 334 105 70
Binary 1000000 1110100 11011100 1000111 101111 0 1110 11011100 1000101 111000

Color Harmonies of #4074DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074DC

Black with #4074DC

Text Example


Text Example

White with #4074DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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