Html Css Color HEX #4056EC Royal Blue

📋 copy color: '#4056EC'

red 64 ◦ green 86 ◦ blue 236

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

Shades of Royal Blue #4056EC

Tints of Royal Blue #4056EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.28%

 BLUE value IS 236 (92.58% from 255) = 61.14%

R = 16.58%
G = 22.28%
B = 61.14%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4056EC (or 0x4056EC) is known color: Royal Blue. HEX triplet: 40, 56 and EC. RGB value is (64,86,236). Sum of RGB (Red+Green+Blue) = 64+86+236=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #4056EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4056EC is #BFA913. Grayscale: #5F5F5F. Windows color (decimal): -12560660 or 15488576. OLE color: 15488576.

HSL color Cylindrical-coordinate representation of color #4056EC: hue angle of 232.33º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4056EC is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 86 236 -
CMYK 0.73 0.64 0 0.07
HSL 232.33º 0.82% 0.59% -
HSV(B) 232.33º 0.73% 0.93% -
XYZ 20.58 13.8 80.94 -
YUV 96.52 206.71 104.8 -
System Red Green Blue C M Y K H S L
Decimal 64 86 236 0.73 0.64 0 0.07 232.33 0.82 0.59
Hex 40 56 EC 49 40 0 7 E8 52 3B
Octal 100 126 354 111 100 0 7 350 122 73
Binary 1000000 1010110 11101100 1001001 1000000 0 111 11101000 1010010 111011

Color Harmonies of #4056EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4056EC

Black with #4056EC

Text Example


Text Example

White with #4056EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4056EC; }

 p { color: rgb(64,86,236); }

 H1.HeaderClassName
 {
   color: #4056EC;
 }
 .AnyTagClassName
 {
   color: #4056EC;
 }
</style>

background-color css

<style>
 a { background-color: #4056EC; }

 a { background-color: rgb(64,86,236); }

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

border-color css

<style>
 span { border-color: #4056EC; }

 span { border-color: rgb(64,86,236); }

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