Html Css Color HEX #2178DC Royal Blue

📋 copy color: '#2178DC'

red 33 ◦ green 120 ◦ blue 220

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

Shades of Royal Blue #2178DC

Tints of Royal Blue #2178DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 8.85%
G = 32.17%
B = 58.98%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2178DC (or 0x2178DC) is known color: Royal Blue. HEX triplet: 21, 78 and DC. RGB value is (33,120,220). Sum of RGB (Red+Green+Blue) = 33+120+220=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #2178DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178DC is #DE8723. Grayscale: #686868. Windows color (decimal): -14583588 or 14448673. OLE color: 14448673.

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

Color convert

RGB 33 120 220 -
CMYK 0.85 0.45 0 0.14
HSL 212.09º 0.74% 0.5% -
HSV(B) 212.09º 0.85% 0.86% -
XYZ 20.26 18.92 70.29 -
YUV 105.39 192.68 76.37 -
System Red Green Blue C M Y K H S L
Decimal 33 120 220 0.85 0.45 0 0.14 212.09 0.74 0.5
Hex 21 78 DC 55 2D 0 E D4 4A 32
Octal 41 170 334 125 55 0 16 324 112 62
Binary 100001 1111000 11011100 1010101 101101 0 1110 11010100 1001010 110010

Color Harmonies of #2178DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2178DC

Black with #2178DC

Text Example


Text Example

White with #2178DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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