Html Css Color HEX #2167DD Royal Blue

📋 copy color: '#2167DD'

red 33 ◦ green 103 ◦ blue 221

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

Shades of Royal Blue #2167DD

Tints of Royal Blue #2167DD

RGB

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

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

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

R = 9.24%
G = 28.85%
B = 61.9%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2167DD (or 0x2167DD) is known color: Royal Blue. HEX triplet: 21, 67 and DD. RGB value is (33,103,221). Sum of RGB (Red+Green+Blue) = 33+103+221=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #2167DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2167DD is #DE9822. Grayscale: #5E5E5E. Windows color (decimal): -14587939 or 14509857. OLE color: 14509857.

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

Color convert

RGB 33 103 221 -
CMYK 0.85 0.53 0 0.13
HSL 217.66º 0.74% 0.5% -
HSV(B) 217.66º 0.85% 0.87% -
XYZ 18.53 15.24 70.37 -
YUV 95.52 198.81 83.41 -
System Red Green Blue C M Y K H S L
Decimal 33 103 221 0.85 0.53 0 0.13 217.66 0.74 0.5
Hex 21 67 DD 55 35 0 D DA 4A 32
Octal 41 147 335 125 65 0 15 332 112 62
Binary 100001 1100111 11011101 1010101 110101 0 1101 11011010 1001010 110010

Color Harmonies of #2167DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2167DD

Black with #2167DD

Text Example


Text Example

White with #2167DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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