Html Css Color HEX #4078E1 Royal Blue

📋 copy color: '#4078E1'

red 64 ◦ green 120 ◦ blue 225

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

Shades of Royal Blue #4078E1

Tints of Royal Blue #4078E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 15.65%
G = 29.34%
B = 55.01%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4078E1 (or 0x4078E1) is known color: Royal Blue. HEX triplet: 40, 78 and E1. RGB value is (64,120,225). Sum of RGB (Red+Green+Blue) = 64+120+225=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #4078E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078E1 is #BF871E. Grayscale: #727272. Windows color (decimal): -12551967 or 14776384. OLE color: 14776384.

HSL color Cylindrical-coordinate representation of color #4078E1: hue angle of 219.13º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4078E1 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 120 225 -
CMYK 0.72 0.47 0 0.12
HSL 219.13º 0.73% 0.57% -
HSV(B) 219.13º 0.72% 0.88% -
XYZ 22.42 19.96 73.9 -
YUV 115.23 189.95 91.46 -
System Red Green Blue C M Y K H S L
Decimal 64 120 225 0.72 0.47 0 0.12 219.13 0.73 0.57
Hex 40 78 E1 48 2F 0 C DB 49 39
Octal 100 170 341 110 57 0 14 333 111 71
Binary 1000000 1111000 11100001 1001000 101111 0 1100 11011011 1001001 111001

Color Harmonies of #4078E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078E1

Black with #4078E1

Text Example


Text Example

White with #4078E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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