Html Css Color HEX #215EDF Royal Blue

📋 copy color: '#215EDF'

red 33 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #215EDF

Tints of Royal Blue #215EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 9.43%
G = 26.86%
B = 63.71%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#215EDF (or 0x215EDF) is known color: Royal Blue. HEX triplet: 21, 5E and DF. RGB value is (33,94,223). Sum of RGB (Red+Green+Blue) = 33+94+223=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #215EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EDF is #DEA120. Grayscale: #595959. Windows color (decimal): -14590241 or 14638625. OLE color: 14638625.

HSL color Cylindrical-coordinate representation of color #215EDF: hue angle of 220.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215EDF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 94 223 -
CMYK 0.85 0.58 0 0.13
HSL 220.74º 0.75% 0.5% -
HSV(B) 220.74º 0.85% 0.87% -
XYZ 17.95 13.66 71.5 -
YUV 90.47 202.79 87.01 -
System Red Green Blue C M Y K H S L
Decimal 33 94 223 0.85 0.58 0 0.13 220.74 0.75 0.5
Hex 21 5E DF 55 3A 0 D DD 4B 32
Octal 41 136 337 125 72 0 15 335 113 62
Binary 100001 1011110 11011111 1010101 111010 0 1101 11011101 1001011 110010

Color Harmonies of #215EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215EDF

Black with #215EDF

Text Example


Text Example

White with #215EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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