Html Css Color HEX #215BEC Royal Blue

📋 copy color: '#215BEC'

red 33 ◦ green 91 ◦ blue 236

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

Shades of Royal Blue #215BEC

Tints of Royal Blue #215BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.56%

R = 9.17%
G = 25.28%
B = 65.56%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#215BEC (or 0x215BEC) is known color: Royal Blue. HEX triplet: 21, 5B and EC. RGB value is (33,91,236). Sum of RGB (Red+Green+Blue) = 33+91+236=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #215BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BEC is #DEA413. Grayscale: #595959. Windows color (decimal): -14590996 or 15489825. OLE color: 15489825.

HSL color Cylindrical-coordinate representation of color #215BEC: hue angle of 222.86º degrees, saturation: 0.84, 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 #215BEC is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 91 236 -
CMYK 0.86 0.61 0 0.07
HSL 222.86º 0.84% 0.53% -
HSV(B) 222.86º 0.86% 0.93% -
XYZ 19.51 13.86 81 -
YUV 90.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 33 91 236 0.86 0.61 0 0.07 222.86 0.84 0.53
Hex 21 5B EC 56 3D 0 7 DF 54 35
Octal 41 133 354 126 75 0 7 337 124 65
Binary 100001 1011011 11101100 1010110 111101 0 111 11011111 1010100 110101

Color Harmonies of #215BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BEC

Black with #215BEC

Text Example


Text Example

White with #215BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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