Html Css Color HEX #2151ED Royal Blue

📋 copy color: '#2151ED'

red 33 ◦ green 81 ◦ blue 237

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

Shades of Royal Blue #2151ED

Tints of Royal Blue #2151ED

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.08%

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

R = 9.4%
G = 23.08%
B = 67.52%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2151ED (or 0x2151ED) is known color: Royal Blue. HEX triplet: 21, 51 and ED. RGB value is (33,81,237). Sum of RGB (Red+Green+Blue) = 33+81+237=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #2151ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2151ED is #DEAE12. Grayscale: #535353. Windows color (decimal): -14593555 or 15552801. OLE color: 15552801.

HSL color Cylindrical-coordinate representation of color #2151ED: hue angle of 225.88º 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 #2151ED is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 81 237 -
CMYK 0.86 0.66 0 0.07
HSL 225.88º 0.85% 0.53% -
HSV(B) 225.88º 0.86% 0.93% -
XYZ 18.86 12.32 81.51 -
YUV 84.43 214.1 91.32 -
System Red Green Blue C M Y K H S L
Decimal 33 81 237 0.86 0.66 0 0.07 225.88 0.85 0.53
Hex 21 51 ED 56 42 0 7 E2 55 35
Octal 41 121 355 126 102 0 7 342 125 65
Binary 100001 1010001 11101101 1010110 1000010 0 111 11100010 1010101 110101

Color Harmonies of #2151ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2151ED

Black with #2151ED

Text Example


Text Example

White with #2151ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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