Html Css Color HEX #2063EA Royal Blue

📋 copy color: '#2063EA'

red 32 ◦ green 99 ◦ blue 234

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

Shades of Royal Blue #2063EA

Tints of Royal Blue #2063EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.11%

R = 8.77%
G = 27.12%
B = 64.11%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2063EA (or 0x2063EA) is known color: Royal Blue. HEX triplet: 20, 63 and EA. RGB value is (32,99,234). Sum of RGB (Red+Green+Blue) = 32+99+234=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #2063EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2063EA is #DF9C15. Grayscale: #5D5D5D. Windows color (decimal): -14654486 or 15360800. OLE color: 15360800.

HSL color Cylindrical-coordinate representation of color #2063EA: hue angle of 220.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2063EA is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 99 234 -
CMYK 0.86 0.58 0 0.08
HSL 220.1º 0.83% 0.52% -
HSV(B) 220.1º 0.86% 0.92% -
XYZ 19.91 15.17 79.72 -
YUV 94.36 206.8 83.52 -
System Red Green Blue C M Y K H S L
Decimal 32 99 234 0.86 0.58 0 0.08 220.1 0.83 0.52
Hex 20 63 EA 56 3A 0 8 DC 53 34
Octal 40 143 352 126 72 0 10 334 123 64
Binary 100000 1100011 11101010 1010110 111010 0 1000 11011100 1010011 110100

Color Harmonies of #2063EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2063EA

Black with #2063EA

Text Example


Text Example

White with #2063EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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