Html Css Color HEX #215BF2 Royal Blue

📋 copy color: '#215BF2'

red 33 ◦ green 91 ◦ blue 242

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

Shades of Royal Blue #215BF2

Tints of Royal Blue #215BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.86%

 BLUE value IS 242 (94.92% from 255) = 66.12%

R = 9.02%
G = 24.86%
B = 66.12%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#215BF2 (or 0x215BF2) is known color: Royal Blue. HEX triplet: 21, 5B and F2. RGB value is (33,91,242). Sum of RGB (Red+Green+Blue) = 33+91+242=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #215BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BF2 is #DEA40D. Grayscale: #5A5A5A. Windows color (decimal): -14590990 or 15883041. OLE color: 15883041.

HSL color Cylindrical-coordinate representation of color #215BF2: hue angle of 223.35º degrees, saturation: 0.89, 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 #215BF2 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 91 242 -
CMYK 0.86 0.62 0 0.05
HSL 223.35º 0.89% 0.54% -
HSV(B) 223.35º 0.86% 0.95% -
XYZ 20.4 14.22 85.67 -
YUV 90.87 213.28 86.72 -
System Red Green Blue C M Y K H S L
Decimal 33 91 242 0.86 0.62 0 0.05 223.35 0.89 0.54
Hex 21 5B F2 56 3E 0 5 DF 59 36
Octal 41 133 362 126 76 0 5 337 131 66
Binary 100001 1011011 11110010 1010110 111110 0 101 11011111 1011001 110110

Color Harmonies of #215BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BF2

Black with #215BF2

Text Example


Text Example

White with #215BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215BF2; }

 p { color: rgb(33,91,242); }

 H1.HeaderClassName
 {
   color: #215BF2;
 }
 .AnyTagClassName
 {
   color: #215BF2;
 }
</style>

background-color css

<style>
 a { background-color: #215BF2; }

 a { background-color: rgb(33,91,242); }

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

border-color css

<style>
 span { border-color: #215BF2; }

 span { border-color: rgb(33,91,242); }

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