Html Css Color HEX #4077CD Royal Blue

📋 copy color: '#4077CD'

red 64 ◦ green 119 ◦ blue 205

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

Shades of Royal Blue #4077CD

Tints of Royal Blue #4077CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 16.49%
G = 30.67%
B = 52.84%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4077CD (or 0x4077CD) is known color: Royal Blue. HEX triplet: 40, 77 and CD. RGB value is (64,119,205). Sum of RGB (Red+Green+Blue) = 64+119+205=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #4077CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077CD is #BF8832. Grayscale: #6F6F6F. Windows color (decimal): -12552243 or 13465408. OLE color: 13465408.

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

Color convert

RGB 64 119 205 -
CMYK 0.69 0.42 0 0.20
HSL 216.6º 0.59% 0.53% -
HSV(B) 216.6º 0.69% 0.8% -
XYZ 19.73 18.69 60.33 -
YUV 112.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 64 119 205 0.69 0.42 0 0.20 216.6 0.59 0.53
Hex 40 77 CD 45 2A 0 14 D9 3B 35
Octal 100 167 315 105 52 0 24 331 73 65
Binary 1000000 1110111 11001101 1000101 101010 0 10100 11011001 111011 110101

Color Harmonies of #4077CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077CD

Black with #4077CD

Text Example


Text Example

White with #4077CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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