Html Css Color HEX #2063EE Royal Blue

📋 copy color: '#2063EE'

red 32 ◦ green 99 ◦ blue 238

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

Shades of Royal Blue #2063EE

Tints of Royal Blue #2063EE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 8.67%
G = 26.83%
B = 64.5%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2063EE (or 0x2063EE) is known color: Royal Blue. HEX triplet: 20, 63 and EE. RGB value is (32,99,238). Sum of RGB (Red+Green+Blue) = 32+99+238=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #2063EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2063EE is #DF9C11. Grayscale: #5E5E5E. Windows color (decimal): -14654482 or 15622944. OLE color: 15622944.

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

Color convert

RGB 32 99 238 -
CMYK 0.87 0.58 0 0.07
HSL 220.49º 0.86% 0.53% -
HSV(B) 220.49º 0.87% 0.93% -
XYZ 20.49 15.4 82.78 -
YUV 94.81 208.8 83.2 -
System Red Green Blue C M Y K H S L
Decimal 32 99 238 0.87 0.58 0 0.07 220.49 0.86 0.53
Hex 20 63 EE 57 3A 0 7 DC 56 35
Octal 40 143 356 127 72 0 7 334 126 65
Binary 100000 1100011 11101110 1010111 111010 0 111 11011100 1010110 110101

Color Harmonies of #2063EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2063EE

Black with #2063EE

Text Example


Text Example

White with #2063EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2063EE; }

 p { color: rgb(32,99,238); }

 H1.HeaderClassName
 {
   color: #2063EE;
 }
 .AnyTagClassName
 {
   color: #2063EE;
 }
</style>

background-color css

<style>
 a { background-color: #2063EE; }

 a { background-color: rgb(32,99,238); }

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

border-color css

<style>
 span { border-color: #2063EE; }

 span { border-color: rgb(32,99,238); }

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