Html Css Color HEX #2172EB Royal Blue

📋 copy color: '#2172EB'

red 33 ◦ green 114 ◦ blue 235

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

Shades of Royal Blue #2172EB

Tints of Royal Blue #2172EB

RGB

 RED value IS 33 (13.28% from 255) = 8.64%

 GREEN value IS 114 (44.92% from 255) = 29.84%

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

R = 8.64%
G = 29.84%
B = 61.52%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2172EB (or 0x2172EB) is known color: Royal Blue. HEX triplet: 21, 72 and EB. RGB value is (33,114,235). Sum of RGB (Red+Green+Blue) = 33+114+235=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #2172EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2172EB is #DE8D14. Grayscale: #676767. Windows color (decimal): -14585109 or 15430177. OLE color: 15430177.

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

Color convert

RGB 33 114 235 -
CMYK 0.86 0.51 0 0.08
HSL 215.94º 0.83% 0.53% -
HSV(B) 215.94º 0.86% 0.92% -
XYZ 21.64 18.36 81 -
YUV 103.58 202.16 77.66 -
System Red Green Blue C M Y K H S L
Decimal 33 114 235 0.86 0.51 0 0.08 215.94 0.83 0.53
Hex 21 72 EB 56 33 0 8 D8 53 35
Octal 41 162 353 126 63 0 10 330 123 65
Binary 100001 1110010 11101011 1010110 110011 0 1000 11011000 1010011 110101

Color Harmonies of #2172EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2172EB

Black with #2172EB

Text Example


Text Example

White with #2172EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,114,235); }

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

background-color css

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

 a { background-color: rgb(33,114,235); }

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

border-color css

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

 span { border-color: rgb(33,114,235); }

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