Html Css Color HEX #4078CD Royal Blue

📋 copy color: '#4078CD'

red 64 ◦ green 120 ◦ blue 205

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

Shades of Royal Blue #4078CD

Tints of Royal Blue #4078CD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 16.45%
G = 30.85%
B = 52.7%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4078CD (or 0x4078CD) is known color: Royal Blue. HEX triplet: 40, 78 and CD. RGB value is (64,120,205). Sum of RGB (Red+Green+Blue) = 64+120+205=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4078CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078CD is #BF8732. Grayscale: #707070. Windows color (decimal): -12551987 or 13465664. OLE color: 13465664.

HSL color Cylindrical-coordinate representation of color #4078CD: hue angle of 216.17º 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 #4078CD is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 120 205 -
CMYK 0.69 0.41 0 0.20
HSL 216.17º 0.59% 0.53% -
HSV(B) 216.17º 0.69% 0.8% -
XYZ 19.85 18.93 60.37 -
YUV 112.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 64 120 205 0.69 0.41 0 0.20 216.17 0.59 0.53
Hex 40 78 CD 45 29 0 14 D8 3B 35
Octal 100 170 315 105 51 0 24 330 73 65
Binary 1000000 1111000 11001101 1000101 101001 0 10100 11011000 111011 110101

Color Harmonies of #4078CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078CD

Black with #4078CD

Text Example


Text Example

White with #4078CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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