Html Css Color HEX #4078CF Royal Blue

📋 copy color: '#4078CF'

red 64 ◦ green 120 ◦ blue 207

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

Shades of Royal Blue #4078CF

Tints of Royal Blue #4078CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 16.37%
G = 30.69%
B = 52.94%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4078CF (or 0x4078CF) is known color: Royal Blue. HEX triplet: 40, 78 and CF. RGB value is (64,120,207). Sum of RGB (Red+Green+Blue) = 64+120+207=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #4078CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078CF is #BF8730. Grayscale: #707070. Windows color (decimal): -12551985 or 13596736. OLE color: 13596736.

HSL color Cylindrical-coordinate representation of color #4078CF: hue angle of 216.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4078CF is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 120 207 -
CMYK 0.69 0.42 0 0.19
HSL 216.5º 0.6% 0.53% -
HSV(B) 216.5º 0.69% 0.81% -
XYZ 20.09 19.03 61.65 -
YUV 113.17 180.95 92.93 -
System Red Green Blue C M Y K H S L
Decimal 64 120 207 0.69 0.42 0 0.19 216.5 0.6 0.53
Hex 40 78 CF 45 2A 0 13 D9 3C 35
Octal 100 170 317 105 52 0 23 331 74 65
Binary 1000000 1111000 11001111 1000101 101010 0 10011 11011001 111100 110101

Color Harmonies of #4078CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078CF

Black with #4078CF

Text Example


Text Example

White with #4078CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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