Html Css Color HEX #2153F1 Royal Blue

📋 copy color: '#2153F1'

red 33 ◦ green 83 ◦ blue 241

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

Shades of Royal Blue #2153F1

Tints of Royal Blue #2153F1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

 BLUE value IS 241 (94.53% from 255) = 67.51%

R = 9.24%
G = 23.25%
B = 67.51%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2153F1 (or 0x2153F1) is known color: Royal Blue. HEX triplet: 21, 53 and F1. RGB value is (33,83,241). Sum of RGB (Red+Green+Blue) = 33+83+241=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #2153F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2153F1 is #DEAC0E. Grayscale: #555555. Windows color (decimal): -14593039 or 15815457. OLE color: 15815457.

HSL color Cylindrical-coordinate representation of color #2153F1: hue angle of 225.58º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2153F1 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 83 241 -
CMYK 0.86 0.66 0 0.05
HSL 225.58º 0.88% 0.54% -
HSV(B) 225.58º 0.86% 0.95% -
XYZ 19.6 12.86 84.67 -
YUV 86.06 215.44 90.15 -
System Red Green Blue C M Y K H S L
Decimal 33 83 241 0.86 0.66 0 0.05 225.58 0.88 0.54
Hex 21 53 F1 56 42 0 5 E2 58 36
Octal 41 123 361 126 102 0 5 342 130 66
Binary 100001 1010011 11110001 1010110 1000010 0 101 11100010 1011000 110110

Color Harmonies of #2153F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153F1

Black with #2153F1

Text Example


Text Example

White with #2153F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2153F1; }

 p { color: rgb(33,83,241); }

 H1.HeaderClassName
 {
   color: #2153F1;
 }
 .AnyTagClassName
 {
   color: #2153F1;
 }
</style>

background-color css

<style>
 a { background-color: #2153F1; }

 a { background-color: rgb(33,83,241); }

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

border-color css

<style>
 span { border-color: #2153F1; }

 span { border-color: rgb(33,83,241); }

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