Html Css Color HEX #2174DC Royal Blue

📋 copy color: '#2174DC'

red 33 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #2174DC

Tints of Royal Blue #2174DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 8.94%
G = 31.44%
B = 59.62%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2174DC (or 0x2174DC) is known color: Royal Blue. HEX triplet: 21, 74 and DC. RGB value is (33,116,220). Sum of RGB (Red+Green+Blue) = 33+116+220=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #2174DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2174DC is #DE8B23. Grayscale: #666666. Windows color (decimal): -14584612 or 14447649. OLE color: 14447649.

HSL color Cylindrical-coordinate representation of color #2174DC: hue angle of 213.37º 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 #2174DC is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 116 220 -
CMYK 0.85 0.47 0 0.14
HSL 213.37º 0.74% 0.5% -
HSV(B) 213.37º 0.85% 0.86% -
XYZ 19.79 17.98 70.14 -
YUV 103.04 194 78.04 -
System Red Green Blue C M Y K H S L
Decimal 33 116 220 0.85 0.47 0 0.14 213.37 0.74 0.5
Hex 21 74 DC 55 2F 0 E D5 4A 32
Octal 41 164 334 125 57 0 16 325 112 62
Binary 100001 1110100 11011100 1010101 101111 0 1110 11010101 1001010 110010

Color Harmonies of #2174DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2174DC

Black with #2174DC

Text Example


Text Example

White with #2174DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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