Html Css Color HEX #215CFF Royal Blue

📋 copy color: '#215CFF'

red 33 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #215CFF

Tints of Royal Blue #215CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.11%

R = 8.68%
G = 24.21%
B = 67.11%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#215CFF (or 0x215CFF) is known color: Royal Blue. HEX triplet: 21, 5C and FF. RGB value is (33,92,255). Sum of RGB (Red+Green+Blue) = 33+92+255=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #215CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215CFF is #DEA300. Grayscale: #5C5C5C. Windows color (decimal): -14590721 or 16735265. OLE color: 16735265.

HSL color Cylindrical-coordinate representation of color #215CFF: hue angle of 224.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215CFF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 92 255 -
CMYK 0.87 0.64 0 0
HSL 224.05º 1% 0.56% -
HSV(B) 224.05º 0.87% 1% -
XYZ 22.5 15.2 96.36 -
YUV 92.94 219.45 85.25 -
System Red Green Blue C M Y K H S L
Decimal 33 92 255 0.87 0.64 0 0 224.05 1 0.56
Hex 21 5C FF 57 40 0 0 E0 64 38
Octal 41 134 377 127 100 0 0 340 144 70
Binary 100001 1011100 11111111 1010111 1000000 0 0 11100000 1100100 111000

Color Harmonies of #215CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CFF

Black with #215CFF

Text Example


Text Example

White with #215CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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