Html Css Color HEX #4077FD Royal Blue

📋 copy color: '#4077FD'

red 64 ◦ green 119 ◦ blue 253

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

Shades of Royal Blue #4077FD

Tints of Royal Blue #4077FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 14.68%
G = 27.29%
B = 58.03%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4077FD (or 0x4077FD) is known color: Royal Blue. HEX triplet: 40, 77 and FD. RGB value is (64,119,253). Sum of RGB (Red+Green+Blue) = 64+119+253=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #4077FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077FD is #BF8802. Grayscale: #757575. Windows color (decimal): -12552195 or 16611136. OLE color: 16611136.

HSL color Cylindrical-coordinate representation of color #4077FD: hue angle of 222.54º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4077FD is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 119 253 -
CMYK 0.75 0.53 0 0.01
HSL 222.54º 0.98% 0.62% -
HSV(B) 222.54º 0.75% 0.99% -
XYZ 26.44 21.38 95.66 -
YUV 117.83 204.28 89.6 -
System Red Green Blue C M Y K H S L
Decimal 64 119 253 0.75 0.53 0 0.01 222.54 0.98 0.62
Hex 40 77 FD 4B 35 0 1 DF 62 3E
Octal 100 167 375 113 65 0 1 337 142 76
Binary 1000000 1110111 11111101 1001011 110101 0 1 11011111 1100010 111110

Color Harmonies of #4077FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077FD

Black with #4077FD

Text Example


Text Example

White with #4077FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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