Html Css Color HEX #2155F8 Royal Blue

📋 copy color: '#2155F8'

red 33 ◦ green 85 ◦ blue 248

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

Shades of Royal Blue #2155F8

Tints of Royal Blue #2155F8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

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

R = 9.02%
G = 23.22%
B = 67.76%

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

#2155F8 (or 0x2155F8) is known color: Royal Blue. HEX triplet: 21, 55 and F8. RGB value is (33,85,248). Sum of RGB (Red+Green+Blue) = 33+85+248=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 248 (97.27% from 255 or 67.76% from 366); Max value from RGB is 248 - color contains mainly: blue. Hex color #2155F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2155F8 is #DEAA07. Grayscale: #575757. Windows color (decimal): -14592520 or 16274721. OLE color: 16274721.

HSL color Cylindrical-coordinate representation of color #2155F8: hue angle of 225.49º 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 #2155F8 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 85 248 -
CMYK 0.87 0.66 0 0.03
HSL 225.49º 0.94% 0.55% -
HSV(B) 225.49º 0.87% 0.97% -
XYZ 20.82 13.6 90.33 -
YUV 88.03 218.27 88.75 -
System Red Green Blue C M Y K H S L
Decimal 33 85 248 0.87 0.66 0 0.03 225.49 0.94 0.55
Hex 21 55 F8 57 42 0 3 E1 5E 37
Octal 41 125 370 127 102 0 3 341 136 67
Binary 100001 1010101 11111000 1010111 1000010 0 11 11100001 1011110 110111

Color Harmonies of #2155F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155F8

Black with #2155F8

Text Example


Text Example

White with #2155F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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