Html Css Color HEX #2178DE Royal Blue

📋 copy color: '#2178DE'

red 33 ◦ green 120 ◦ blue 222

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

Shades of Royal Blue #2178DE

Tints of Royal Blue #2178DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 8.8%
G = 32%
B = 59.2%

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

#2178DE (or 0x2178DE) is known color: Royal Blue. HEX triplet: 21, 78 and DE. RGB value is (33,120,222). Sum of RGB (Red+Green+Blue) = 33+120+222=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #2178DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178DE is #DE8721. Grayscale: #696969. Windows color (decimal): -14583586 or 14579745. OLE color: 14579745.

HSL color Cylindrical-coordinate representation of color #2178DE: hue angle of 212.38º 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 #2178DE is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 120 222 -
CMYK 0.85 0.46 0 0.13
HSL 212.38º 0.74% 0.5% -
HSV(B) 212.38º 0.85% 0.87% -
XYZ 20.53 19.03 71.7 -
YUV 105.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 33 120 222 0.85 0.46 0 0.13 212.38 0.74 0.5
Hex 21 78 DE 55 2E 0 D D4 4A 32
Octal 41 170 336 125 56 0 15 324 112 62
Binary 100001 1111000 11011110 1010101 101110 0 1101 11010100 1001010 110010

Color Harmonies of #2178DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2178DE

Black with #2178DE

Text Example


Text Example

White with #2178DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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