Html Css Color HEX #215CE3 Royal Blue

📋 copy color: '#215CE3'

red 33 ◦ green 92 ◦ blue 227

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

Shades of Royal Blue #215CE3

Tints of Royal Blue #215CE3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.14%

 BLUE value IS 227 (89.06% from 255) = 64.49%

R = 9.38%
G = 26.14%
B = 64.49%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#215CE3 (or 0x215CE3) is known color: Royal Blue. HEX triplet: 21, 5C and E3. RGB value is (33,92,227). Sum of RGB (Red+Green+Blue) = 33+92+227=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 227 (89.06% from 255 or 64.49% from 352); Max value from RGB is 227 - color contains mainly: blue. Hex color #215CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CE3 is #DEA31C. Grayscale: #595959. Windows color (decimal): -14590749 or 14900257. OLE color: 14900257.

HSL color Cylindrical-coordinate representation of color #215CE3: hue angle of 221.75º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215CE3 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 92 227 -
CMYK 0.85 0.59 0 0.11
HSL 221.75º 0.78% 0.51% -
HSV(B) 221.75º 0.85% 0.89% -
XYZ 18.32 13.52 74.32 -
YUV 89.75 205.45 87.52 -
System Red Green Blue C M Y K H S L
Decimal 33 92 227 0.85 0.59 0 0.11 221.75 0.78 0.51
Hex 21 5C E3 55 3B 0 B DE 4E 33
Octal 41 134 343 125 73 0 13 336 116 63
Binary 100001 1011100 11100011 1010101 111011 0 1011 11011110 1001110 110011

Color Harmonies of #215CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CE3

Black with #215CE3

Text Example


Text Example

White with #215CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,227); }

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

background-color css

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

 a { background-color: rgb(33,92,227); }

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

border-color css

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

 span { border-color: rgb(33,92,227); }

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