Html Css Color HEX #2164EF Royal Blue

📋 copy color: '#2164EF'

red 33 ◦ green 100 ◦ blue 239

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

Shades of Royal Blue #2164EF

Tints of Royal Blue #2164EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 8.87%
G = 26.88%
B = 64.25%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2164EF (or 0x2164EF) is known color: Royal Blue. HEX triplet: 21, 64 and EF. RGB value is (33,100,239). Sum of RGB (Red+Green+Blue) = 33+100+239=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #2164EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2164EF is #DE9B10. Grayscale: #5F5F5F. Windows color (decimal): -14588689 or 15688737. OLE color: 15688737.

HSL color Cylindrical-coordinate representation of color #2164EF: hue angle of 220.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2164EF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 100 239 -
CMYK 0.86 0.58 0 0.06
HSL 220.49º 0.87% 0.53% -
HSV(B) 220.49º 0.86% 0.94% -
XYZ 20.76 15.67 83.59 -
YUV 95.81 208.8 83.2 -
System Red Green Blue C M Y K H S L
Decimal 33 100 239 0.86 0.58 0 0.06 220.49 0.87 0.53
Hex 21 64 EF 56 3A 0 6 DC 57 35
Octal 41 144 357 126 72 0 6 334 127 65
Binary 100001 1100100 11101111 1010110 111010 0 110 11011100 1010111 110101

Color Harmonies of #2164EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2164EF

Black with #2164EF

Text Example


Text Example

White with #2164EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2164EF; }

 p { color: rgb(33,100,239); }

 H1.HeaderClassName
 {
   color: #2164EF;
 }
 .AnyTagClassName
 {
   color: #2164EF;
 }
</style>

background-color css

<style>
 a { background-color: #2164EF; }

 a { background-color: rgb(33,100,239); }

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

border-color css

<style>
 span { border-color: #2164EF; }

 span { border-color: rgb(33,100,239); }

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