Html Css Color HEX #2167DC Royal Blue

📋 copy color: '#2167DC'

red 33 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #2167DC

Tints of Royal Blue #2167DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 9.27%
G = 28.93%
B = 61.8%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2167DC (or 0x2167DC) is known color: Royal Blue. HEX triplet: 21, 67 and DC. RGB value is (33,103,220). Sum of RGB (Red+Green+Blue) = 33+103+220=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #2167DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2167DC is #DE9823. Grayscale: #5E5E5E. Windows color (decimal): -14587940 or 14444321. OLE color: 14444321.

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

Color convert

RGB 33 103 220 -
CMYK 0.85 0.53 0 0.14
HSL 217.54º 0.74% 0.5% -
HSV(B) 217.54º 0.85% 0.86% -
XYZ 18.4 15.19 69.67 -
YUV 95.41 198.31 83.49 -
System Red Green Blue C M Y K H S L
Decimal 33 103 220 0.85 0.53 0 0.14 217.54 0.74 0.5
Hex 21 67 DC 55 35 0 E DA 4A 32
Octal 41 147 334 125 65 0 16 332 112 62
Binary 100001 1100111 11011100 1010101 110101 0 1110 11011010 1001010 110010

Color Harmonies of #2167DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2167DC

Black with #2167DC

Text Example


Text Example

White with #2167DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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