Html Css Color HEX #2164EA Royal Blue

📋 copy color: '#2164EA'

red 33 ◦ green 100 ◦ blue 234

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

Shades of Royal Blue #2164EA

Tints of Royal Blue #2164EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.76%

R = 8.99%
G = 27.25%
B = 63.76%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2164EA (or 0x2164EA) is known color: Royal Blue. HEX triplet: 21, 64 and EA. RGB value is (33,100,234). Sum of RGB (Red+Green+Blue) = 33+100+234=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #2164EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2164EA is #DE9B15. Grayscale: #5E5E5E. Windows color (decimal): -14588694 or 15361057. OLE color: 15361057.

HSL color Cylindrical-coordinate representation of color #2164EA: hue angle of 220º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2164EA is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 100 234 -
CMYK 0.86 0.57 0 0.08
HSL 220º 0.83% 0.52% -
HSV(B) 220º 0.86% 0.92% -
XYZ 20.04 15.38 79.75 -
YUV 95.24 206.3 83.6 -
System Red Green Blue C M Y K H S L
Decimal 33 100 234 0.86 0.57 0 0.08 220 0.83 0.52
Hex 21 64 EA 56 39 0 8 DC 53 34
Octal 41 144 352 126 71 0 10 334 123 64
Binary 100001 1100100 11101010 1010110 111001 0 1000 11011100 1010011 110100

Color Harmonies of #2164EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2164EA

Black with #2164EA

Text Example


Text Example

White with #2164EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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