Html Css Color HEX #4077D0 Royal Blue

📋 copy color: '#4077D0'

red 64 ◦ green 119 ◦ blue 208

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

Shades of Royal Blue #4077D0

Tints of Royal Blue #4077D0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.43%

 BLUE value IS 208 (81.64% from 255) = 53.2%

R = 16.37%
G = 30.43%
B = 53.2%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4077D0 (or 0x4077D0) is known color: Royal Blue. HEX triplet: 40, 77 and D0. RGB value is (64,119,208). Sum of RGB (Red+Green+Blue) = 64+119+208=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #4077D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077D0 is #BF882F. Grayscale: #707070. Windows color (decimal): -12552240 or 13662016. OLE color: 13662016.

HSL color Cylindrical-coordinate representation of color #4077D0: hue angle of 217.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4077D0 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 119 208 -
CMYK 0.69 0.43 0 0.18
HSL 217.08º 0.61% 0.53% -
HSV(B) 217.08º 0.69% 0.82% -
XYZ 20.1 18.84 62.25 -
YUV 112.7 181.78 93.26 -
System Red Green Blue C M Y K H S L
Decimal 64 119 208 0.69 0.43 0 0.18 217.08 0.61 0.53
Hex 40 77 D0 45 2B 0 12 D9 3D 35
Octal 100 167 320 105 53 0 22 331 75 65
Binary 1000000 1110111 11010000 1000101 101011 0 10010 11011001 111101 110101

Color Harmonies of #4077D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077D0

Black with #4077D0

Text Example


Text Example

White with #4077D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4077D0; }

 p { color: rgb(64,119,208); }

 H1.HeaderClassName
 {
   color: #4077D0;
 }
 .AnyTagClassName
 {
   color: #4077D0;
 }
</style>

background-color css

<style>
 a { background-color: #4077D0; }

 a { background-color: rgb(64,119,208); }

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

border-color css

<style>
 span { border-color: #4077D0; }

 span { border-color: rgb(64,119,208); }

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