Html Css Color HEX #4077FA Royal Blue

📋 copy color: '#4077FA'

red 64 ◦ green 119 ◦ blue 250

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

Shades of Royal Blue #4077FA

Tints of Royal Blue #4077FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 14.78%
G = 27.48%
B = 57.74%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4077FA (or 0x4077FA) is known color: Royal Blue. HEX triplet: 40, 77 and FA. RGB value is (64,119,250). Sum of RGB (Red+Green+Blue) = 64+119+250=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #4077FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077FA is #BF8805. Grayscale: #747474. Windows color (decimal): -12552198 or 16414528. OLE color: 16414528.

HSL color Cylindrical-coordinate representation of color #4077FA: hue angle of 222.26º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4077FA is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 119 250 -
CMYK 0.74 0.52 0 0.02
HSL 222.26º 0.95% 0.62% -
HSV(B) 222.26º 0.74% 0.98% -
XYZ 25.97 21.19 93.16 -
YUV 117.49 202.78 89.85 -
System Red Green Blue C M Y K H S L
Decimal 64 119 250 0.74 0.52 0 0.02 222.26 0.95 0.62
Hex 40 77 FA 4A 34 0 2 DE 5F 3E
Octal 100 167 372 112 64 0 2 336 137 76
Binary 1000000 1110111 11111010 1001010 110100 0 10 11011110 1011111 111110

Color Harmonies of #4077FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077FA

Black with #4077FA

Text Example


Text Example

White with #4077FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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