Html Css Color HEX #2071EB Royal Blue

📋 copy color: '#2071EB'

red 32 ◦ green 113 ◦ blue 235

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

Shades of Royal Blue #2071EB

Tints of Royal Blue #2071EB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 8.42%
G = 29.74%
B = 61.84%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2071EB (or 0x2071EB) is known color: Royal Blue. HEX triplet: 20, 71 and EB. RGB value is (32,113,235). Sum of RGB (Red+Green+Blue) = 32+113+235=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #2071EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2071EB is #DF8E14. Grayscale: #666666. Windows color (decimal): -14650901 or 15429920. OLE color: 15429920.

HSL color Cylindrical-coordinate representation of color #2071EB: hue angle of 216.06º degrees, saturation: 0.84, 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 #2071EB is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 113 235 -
CMYK 0.86 0.52 0 0.08
HSL 216.06º 0.84% 0.52% -
HSV(B) 216.06º 0.86% 0.92% -
XYZ 21.5 18.12 80.96 -
YUV 102.69 202.66 77.58 -
System Red Green Blue C M Y K H S L
Decimal 32 113 235 0.86 0.52 0 0.08 216.06 0.84 0.52
Hex 20 71 EB 56 34 0 8 D8 54 34
Octal 40 161 353 126 64 0 10 330 124 64
Binary 100000 1110001 11101011 1010110 110100 0 1000 11011000 1010100 110100

Color Harmonies of #2071EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2071EB

Black with #2071EB

Text Example


Text Example

White with #2071EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2071EB; }

 p { color: rgb(32,113,235); }

 H1.HeaderClassName
 {
   color: #2071EB;
 }
 .AnyTagClassName
 {
   color: #2071EB;
 }
</style>

background-color css

<style>
 a { background-color: #2071EB; }

 a { background-color: rgb(32,113,235); }

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

border-color css

<style>
 span { border-color: #2071EB; }

 span { border-color: rgb(32,113,235); }

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