Html Css Color HEX #2051EF Royal Blue

📋 copy color: '#2051EF'

red 32 ◦ green 81 ◦ blue 239

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

Shades of Royal Blue #2051EF

Tints of Royal Blue #2051EF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.01%

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 9.09%
G = 23.01%
B = 67.9%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2051EF (or 0x2051EF) is known color: Royal Blue. HEX triplet: 20, 51 and EF. RGB value is (32,81,239). Sum of RGB (Red+Green+Blue) = 32+81+239=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #2051EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2051EF is #DFAE10. Grayscale: #535353. Windows color (decimal): -14659089 or 15683872. OLE color: 15683872.

HSL color Cylindrical-coordinate representation of color #2051EF: hue angle of 225.8º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2051EF is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 81 239 -
CMYK 0.87 0.66 0 0.06
HSL 225.8º 0.87% 0.53% -
HSV(B) 225.8º 0.87% 0.94% -
XYZ 19.12 12.42 83.05 -
YUV 84.36 215.27 90.65 -
System Red Green Blue C M Y K H S L
Decimal 32 81 239 0.87 0.66 0 0.06 225.8 0.87 0.53
Hex 20 51 EF 57 42 0 6 E2 57 35
Octal 40 121 357 127 102 0 6 342 127 65
Binary 100000 1010001 11101111 1010111 1000010 0 110 11100010 1010111 110101

Color Harmonies of #2051EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2051EF

Black with #2051EF

Text Example


Text Example

White with #2051EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2051EF; }

 p { color: rgb(32,81,239); }

 H1.HeaderClassName
 {
   color: #2051EF;
 }
 .AnyTagClassName
 {
   color: #2051EF;
 }
</style>

background-color css

<style>
 a { background-color: #2051EF; }

 a { background-color: rgb(32,81,239); }

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

border-color css

<style>
 span { border-color: #2051EF; }

 span { border-color: rgb(32,81,239); }

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