Html Css Color HEX #2163ED Royal Blue

📋 copy color: '#2163ED'

red 33 ◦ green 99 ◦ blue 237

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

Shades of Royal Blue #2163ED

Tints of Royal Blue #2163ED

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 8.94%
G = 26.83%
B = 64.23%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2163ED (or 0x2163ED) is known color: Royal Blue. HEX triplet: 21, 63 and ED. RGB value is (33,99,237). Sum of RGB (Red+Green+Blue) = 33+99+237=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #2163ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2163ED is #DE9C12. Grayscale: #5E5E5E. Windows color (decimal): -14588947 or 15557409. OLE color: 15557409.

HSL color Cylindrical-coordinate representation of color #2163ED: hue angle of 220.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2163ED is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 99 237 -
CMYK 0.86 0.58 0 0.07
HSL 220.59º 0.85% 0.53% -
HSV(B) 220.59º 0.86% 0.93% -
XYZ 20.38 15.36 82.01 -
YUV 95 208.13 83.78 -
System Red Green Blue C M Y K H S L
Decimal 33 99 237 0.86 0.58 0 0.07 220.59 0.85 0.53
Hex 21 63 ED 56 3A 0 7 DD 55 35
Octal 41 143 355 126 72 0 7 335 125 65
Binary 100001 1100011 11101101 1010110 111010 0 111 11011101 1010101 110101

Color Harmonies of #2163ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2163ED

Black with #2163ED

Text Example


Text Example

White with #2163ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2163ED; }

 p { color: rgb(33,99,237); }

 H1.HeaderClassName
 {
   color: #2163ED;
 }
 .AnyTagClassName
 {
   color: #2163ED;
 }
</style>

background-color css

<style>
 a { background-color: #2163ED; }

 a { background-color: rgb(33,99,237); }

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

border-color css

<style>
 span { border-color: #2163ED; }

 span { border-color: rgb(33,99,237); }

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