Html Css Color HEX #215BEE Royal Blue

📋 copy color: '#215BEE'

red 33 ◦ green 91 ◦ blue 238

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

Shades of Royal Blue #215BEE

Tints of Royal Blue #215BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.75%

R = 9.12%
G = 25.14%
B = 65.75%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#215BEE (or 0x215BEE) is known color: Royal Blue. HEX triplet: 21, 5B and EE. RGB value is (33,91,238). Sum of RGB (Red+Green+Blue) = 33+91+238=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #215BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BEE is #DEA411. Grayscale: #595959. Windows color (decimal): -14590994 or 15620897. OLE color: 15620897.

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

Color convert

RGB 33 91 238 -
CMYK 0.86 0.62 0 0.07
HSL 223.02º 0.86% 0.53% -
HSV(B) 223.02º 0.86% 0.93% -
XYZ 19.8 13.98 82.54 -
YUV 90.42 211.28 87.05 -
System Red Green Blue C M Y K H S L
Decimal 33 91 238 0.86 0.62 0 0.07 223.02 0.86 0.53
Hex 21 5B EE 56 3E 0 7 DF 56 35
Octal 41 133 356 126 76 0 7 337 126 65
Binary 100001 1011011 11101110 1010110 111110 0 111 11011111 1010110 110101

Color Harmonies of #215BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BEE

Black with #215BEE

Text Example


Text Example

White with #215BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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