Html Css Color HEX #215EEC Royal Blue

📋 copy color: '#215EEC'

red 33 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #215EEC

Tints of Royal Blue #215EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

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

R = 9.09%
G = 25.9%
B = 65.01%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#215EEC (or 0x215EEC) is known color: Royal Blue. HEX triplet: 21, 5E and EC. RGB value is (33,94,236). Sum of RGB (Red+Green+Blue) = 33+94+236=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #215EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215EEC is #DEA113. Grayscale: #5B5B5B. Windows color (decimal): -14590228 or 15490593. OLE color: 15490593.

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

Color convert

RGB 33 94 236 -
CMYK 0.86 0.60 0 0.07
HSL 221.97º 0.84% 0.53% -
HSV(B) 221.97º 0.86% 0.93% -
XYZ 19.77 14.38 81.09 -
YUV 91.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 33 94 236 0.86 0.60 0 0.07 221.97 0.84 0.53
Hex 21 5E EC 56 3C 0 7 DE 54 35
Octal 41 136 354 126 74 0 7 336 124 65
Binary 100001 1011110 11101100 1010110 111100 0 111 11011110 1010100 110101

Color Harmonies of #215EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EEC

Black with #215EEC

Text Example


Text Example

White with #215EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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