Html Css Color HEX #4077CC Royal Blue

📋 copy color: '#4077CC'

red 64 ◦ green 119 ◦ blue 204

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

Shades of Royal Blue #4077CC

Tints of Royal Blue #4077CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 16.54%
G = 30.75%
B = 52.71%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4077CC (or 0x4077CC) is known color: Royal Blue. HEX triplet: 40, 77 and CC. RGB value is (64,119,204). Sum of RGB (Red+Green+Blue) = 64+119+204=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #4077CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077CC is #BF8833. Grayscale: #6F6F6F. Windows color (decimal): -12552244 or 13399872. OLE color: 13399872.

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

Color convert

RGB 64 119 204 -
CMYK 0.69 0.42 0 0.2
HSL 216.43º 0.58% 0.53% -
HSV(B) 216.43º 0.69% 0.8% -
XYZ 19.61 18.64 59.69 -
YUV 112.25 179.78 93.59 -
System Red Green Blue C M Y K H S L
Decimal 64 119 204 0.69 0.42 0 0.2 216.43 0.58 0.53
Hex 40 77 CC 45 2A 0 14 D8 3A 35
Octal 100 167 314 105 52 0 24 330 72 65
Binary 1000000 1110111 11001100 1000101 101010 0 10100 11011000 111010 110101

Color Harmonies of #4077CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077CC

Black with #4077CC

Text Example


Text Example

White with #4077CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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