Html Css Color HEX #2154ED Royal Blue

📋 copy color: '#2154ED'

red 33 ◦ green 84 ◦ blue 237

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

Shades of Royal Blue #2154ED

Tints of Royal Blue #2154ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.73%

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

R = 9.32%
G = 23.73%
B = 66.95%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2154ED (or 0x2154ED) is known color: Royal Blue. HEX triplet: 21, 54 and ED. RGB value is (33,84,237). Sum of RGB (Red+Green+Blue) = 33+84+237=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #2154ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2154ED is #DEAB12. Grayscale: #555555. Windows color (decimal): -14592787 or 15553569. OLE color: 15553569.

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

Color convert

RGB 33 84 237 -
CMYK 0.86 0.65 0 0.07
HSL 225º 0.85% 0.53% -
HSV(B) 225º 0.86% 0.93% -
XYZ 19.08 12.78 81.58 -
YUV 86.19 213.1 90.06 -
System Red Green Blue C M Y K H S L
Decimal 33 84 237 0.86 0.65 0 0.07 225 0.85 0.53
Hex 21 54 ED 56 41 0 7 E1 55 35
Octal 41 124 355 126 101 0 7 341 125 65
Binary 100001 1010100 11101101 1010110 1000001 0 111 11100001 1010101 110101

Color Harmonies of #2154ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2154ED

Black with #2154ED

Text Example


Text Example

White with #2154ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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