Html Css Color HEX #4077CE Royal Blue

📋 copy color: '#4077CE'

red 64 ◦ green 119 ◦ blue 206

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

Shades of Royal Blue #4077CE

Tints of Royal Blue #4077CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 16.45%
G = 30.59%
B = 52.96%

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

#4077CE (or 0x4077CE) is known color: Royal Blue. HEX triplet: 40, 77 and CE. RGB value is (64,119,206). Sum of RGB (Red+Green+Blue) = 64+119+206=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #4077CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077CE is #BF8831. Grayscale: #707070. Windows color (decimal): -12552242 or 13530944. OLE color: 13530944.

HSL color Cylindrical-coordinate representation of color #4077CE: hue angle of 216.76º degrees, saturation: 0.59, 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 #4077CE is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 119 206 -
CMYK 0.69 0.42 0 0.19
HSL 216.76º 0.59% 0.53% -
HSV(B) 216.76º 0.69% 0.81% -
XYZ 19.85 18.74 60.96 -
YUV 112.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 64 119 206 0.69 0.42 0 0.19 216.76 0.59 0.53
Hex 40 77 CE 45 2A 0 13 D9 3B 35
Octal 100 167 316 105 52 0 23 331 73 65
Binary 1000000 1110111 11001110 1000101 101010 0 10011 11011001 111011 110101

Color Harmonies of #4077CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077CE

Black with #4077CE

Text Example


Text Example

White with #4077CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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