Html Css Color HEX #2154F8 Royal Blue

📋 copy color: '#2154F8'

red 33 ◦ green 84 ◦ blue 248

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

Shades of Royal Blue #2154F8

Tints of Royal Blue #2154F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 67.95%

R = 9.04%
G = 23.01%
B = 67.95%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2154F8 (or 0x2154F8) is known color: Royal Blue. HEX triplet: 21, 54 and F8. RGB value is (33,84,248). Sum of RGB (Red+Green+Blue) = 33+84+248=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #2154F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2154F8 is #DEAB07. Grayscale: #565656. Windows color (decimal): -14592776 or 16274465. OLE color: 16274465.

HSL color Cylindrical-coordinate representation of color #2154F8: hue angle of 225.77º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2154F8 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 84 248 -
CMYK 0.87 0.66 0 0.03
HSL 225.77º 0.94% 0.55% -
HSV(B) 225.77º 0.87% 0.97% -
XYZ 20.74 13.44 90.31 -
YUV 87.45 218.6 89.16 -
System Red Green Blue C M Y K H S L
Decimal 33 84 248 0.87 0.66 0 0.03 225.77 0.94 0.55
Hex 21 54 F8 57 42 0 3 E2 5E 37
Octal 41 124 370 127 102 0 3 342 136 67
Binary 100001 1010100 11111000 1010111 1000010 0 11 11100010 1011110 110111

Color Harmonies of #2154F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2154F8

Black with #2154F8

Text Example


Text Example

White with #2154F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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