Html Css Color HEX #2178DD Royal Blue

📋 copy color: '#2178DD'

red 33 ◦ green 120 ◦ blue 221

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

Shades of Royal Blue #2178DD

Tints of Royal Blue #2178DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 221 (86.72% from 255) = 59.09%

R = 8.82%
G = 32.09%
B = 59.09%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2178DD (or 0x2178DD) is known color: Royal Blue. HEX triplet: 21, 78 and DD. RGB value is (33,120,221). Sum of RGB (Red+Green+Blue) = 33+120+221=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #2178DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178DD is #DE8722. Grayscale: #696969. Windows color (decimal): -14583587 or 14514209. OLE color: 14514209.

HSL color Cylindrical-coordinate representation of color #2178DD: hue angle of 212.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2178DD is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 120 221 -
CMYK 0.85 0.46 0 0.13
HSL 212.23º 0.74% 0.5% -
HSV(B) 212.23º 0.85% 0.87% -
XYZ 20.39 18.98 70.99 -
YUV 105.5 193.18 76.29 -
System Red Green Blue C M Y K H S L
Decimal 33 120 221 0.85 0.46 0 0.13 212.23 0.74 0.5
Hex 21 78 DD 55 2E 0 D D4 4A 32
Octal 41 170 335 125 56 0 15 324 112 62
Binary 100001 1111000 11011101 1010101 101110 0 1101 11010100 1001010 110010

Color Harmonies of #2178DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2178DD

Black with #2178DD

Text Example


Text Example

White with #2178DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2178DD; }

 p { color: rgb(33,120,221); }

 H1.HeaderClassName
 {
   color: #2178DD;
 }
 .AnyTagClassName
 {
   color: #2178DD;
 }
</style>

background-color css

<style>
 a { background-color: #2178DD; }

 a { background-color: rgb(33,120,221); }

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

border-color css

<style>
 span { border-color: #2178DD; }

 span { border-color: rgb(33,120,221); }

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