Html Css Color HEX #2172EA Royal Blue

📋 copy color: '#2172EA'

red 33 ◦ green 114 ◦ blue 234

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

Shades of Royal Blue #2172EA

Tints of Royal Blue #2172EA

RGB

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

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

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

R = 8.66%
G = 29.92%
B = 61.42%

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

#2172EA (or 0x2172EA) is known color: Royal Blue. HEX triplet: 21, 72 and EA. RGB value is (33,114,234). Sum of RGB (Red+Green+Blue) = 33+114+234=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #2172EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2172EA is #DE8D15. Grayscale: #666666. Windows color (decimal): -14585110 or 15364641. OLE color: 15364641.

HSL color Cylindrical-coordinate representation of color #2172EA: hue angle of 215.82º 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 #2172EA is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 114 234 -
CMYK 0.86 0.51 0 0.08
HSL 215.82º 0.83% 0.52% -
HSV(B) 215.82º 0.86% 0.92% -
XYZ 21.5 18.3 80.24 -
YUV 103.46 201.66 77.74 -
System Red Green Blue C M Y K H S L
Decimal 33 114 234 0.86 0.51 0 0.08 215.82 0.83 0.52
Hex 21 72 EA 56 33 0 8 D8 53 34
Octal 41 162 352 126 63 0 10 330 123 64
Binary 100001 1110010 11101010 1010110 110011 0 1000 11011000 1010011 110100

Color Harmonies of #2172EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2172EA

Black with #2172EA

Text Example


Text Example

White with #2172EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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