Html Css Color HEX #2060E1 Royal Blue

📋 copy color: '#2060E1'

red 32 ◦ green 96 ◦ blue 225

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

Shades of Royal Blue #2060E1

Tints of Royal Blue #2060E1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 225 (88.28% from 255) = 63.74%

R = 9.07%
G = 27.2%
B = 63.74%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2060E1 (or 0x2060E1) is known color: Royal Blue. HEX triplet: 20, 60 and E1. RGB value is (32,96,225). Sum of RGB (Red+Green+Blue) = 32+96+225=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #2060E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2060E1 is #DF9F1E. Grayscale: #5A5A5A. Windows color (decimal): -14655263 or 14770208. OLE color: 14770208.

HSL color Cylindrical-coordinate representation of color #2060E1: hue angle of 220.1º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2060E1 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 96 225 -
CMYK 0.86 0.57 0 0.12
HSL 220.1º 0.76% 0.5% -
HSV(B) 220.1º 0.86% 0.88% -
XYZ 18.37 14.11 72.99 -
YUV 91.57 203.3 85.51 -
System Red Green Blue C M Y K H S L
Decimal 32 96 225 0.86 0.57 0 0.12 220.1 0.76 0.5
Hex 20 60 E1 56 39 0 C DC 4C 32
Octal 40 140 341 126 71 0 14 334 114 62
Binary 100000 1100000 11100001 1010110 111001 0 1100 11011100 1001100 110010

Color Harmonies of #2060E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2060E1

Black with #2060E1

Text Example


Text Example

White with #2060E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2060E1; }

 p { color: rgb(32,96,225); }

 H1.HeaderClassName
 {
   color: #2060E1;
 }
 .AnyTagClassName
 {
   color: #2060E1;
 }
</style>

background-color css

<style>
 a { background-color: #2060E1; }

 a { background-color: rgb(32,96,225); }

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

border-color css

<style>
 span { border-color: #2060E1; }

 span { border-color: rgb(32,96,225); }

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