Html Css Color HEX #4074CD Royal Blue

📋 copy color: '#4074CD'

red 64 ◦ green 116 ◦ blue 205

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

Shades of Royal Blue #4074CD

Tints of Royal Blue #4074CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 16.62%
G = 30.13%
B = 53.25%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4074CD (or 0x4074CD) is known color: Royal Blue. HEX triplet: 40, 74 and CD. RGB value is (64,116,205). Sum of RGB (Red+Green+Blue) = 64+116+205=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #4074CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074CD is #BF8B32. Grayscale: #6E6E6E. Windows color (decimal): -12553011 or 13464640. OLE color: 13464640.

HSL color Cylindrical-coordinate representation of color #4074CD: hue angle of 217.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4074CD is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 116 205 -
CMYK 0.69 0.43 0 0.20
HSL 217.87º 0.59% 0.53% -
HSV(B) 217.87º 0.69% 0.8% -
XYZ 19.38 17.99 60.21 -
YUV 110.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 64 116 205 0.69 0.43 0 0.20 217.87 0.59 0.53
Hex 40 74 CD 45 2B 0 14 DA 3B 35
Octal 100 164 315 105 53 0 24 332 73 65
Binary 1000000 1110100 11001101 1000101 101011 0 10100 11011010 111011 110101

Color Harmonies of #4074CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074CD

Black with #4074CD

Text Example


Text Example

White with #4074CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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