Html Css Color HEX #215EED Royal Blue

📋 copy color: '#215EED'

red 33 ◦ green 94 ◦ blue 237

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

Shades of Royal Blue #215EED

Tints of Royal Blue #215EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.11%

R = 9.07%
G = 25.82%
B = 65.11%

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

#215EED (or 0x215EED) is known color: Royal Blue. HEX triplet: 21, 5E and ED. RGB value is (33,94,237). Sum of RGB (Red+Green+Blue) = 33+94+237=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #215EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215EED is #DEA112. Grayscale: #5B5B5B. Windows color (decimal): -14590227 or 15556129. OLE color: 15556129.

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

Color convert

RGB 33 94 237 -
CMYK 0.86 0.60 0 0.07
HSL 222.06º 0.85% 0.53% -
HSV(B) 222.06º 0.86% 0.93% -
XYZ 19.92 14.44 81.86 -
YUV 92.06 209.79 85.87 -
System Red Green Blue C M Y K H S L
Decimal 33 94 237 0.86 0.60 0 0.07 222.06 0.85 0.53
Hex 21 5E ED 56 3C 0 7 DE 55 35
Octal 41 136 355 126 74 0 7 336 125 65
Binary 100001 1011110 11101101 1010110 111100 0 111 11011110 1010101 110101

Color Harmonies of #215EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EED

Black with #215EED

Text Example


Text Example

White with #215EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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