Html Css Color HEX #2056EC Royal Blue

📋 copy color: '#2056EC'

red 32 ◦ green 86 ◦ blue 236

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

Shades of Royal Blue #2056EC

Tints of Royal Blue #2056EC

RGB

 RED value IS 32 (12.89% from 255) = 9.04%

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

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

R = 9.04%
G = 24.29%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2056EC (or 0x2056EC) is known color: Royal Blue. HEX triplet: 20, 56 and EC. RGB value is (32,86,236). Sum of RGB (Red+Green+Blue) = 32+86+236=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #2056EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2056EC is #DFA913. Grayscale: #565656. Windows color (decimal): -14657812 or 15488544. OLE color: 15488544.

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

Color convert

RGB 32 86 236 -
CMYK 0.86 0.64 0 0.07
HSL 224.12º 0.84% 0.53% -
HSV(B) 224.12º 0.86% 0.93% -
XYZ 19.06 13.02 80.86 -
YUV 86.95 212.11 88.8 -
System Red Green Blue C M Y K H S L
Decimal 32 86 236 0.86 0.64 0 0.07 224.12 0.84 0.53
Hex 20 56 EC 56 40 0 7 E0 54 35
Octal 40 126 354 126 100 0 7 340 124 65
Binary 100000 1010110 11101100 1010110 1000000 0 111 11100000 1010100 110101

Color Harmonies of #2056EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2056EC

Black with #2056EC

Text Example


Text Example

White with #2056EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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