#215BFE

Color #215BFE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #215BFE

Tints of Royal Blue #215BFE

Color information

#215BFE (or 0x215BFE) is unknown color: approx Royal Blue. HEX triplet: 21, 5B and FE. RGB value is (33,91,254). Sum of RGB (Red+Green+Blue) = 33+91+254=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #215BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BFE is #DEA401. Grayscale: #5B5B5B. Windows color (decimal): -14590978 or 16669473. OLE color: 16669473.

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

Color convert

RGB3391254-
CMYK0.870.6400.00
HSL224.25º99.1%56.27%-
HSV(B)224.25º87.01%99.61%-
XYZ22.2614.9695.48-
YUV92.24219.2885.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.73%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 254 (99.61% from 255) = 67.20%
R=8.73%
G=24.07%
B=67.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal33912540.870.6400.00224.2599.156.27
Hex215BFE574000e06338
Octal411333761271000034014370
Binary1000011011011111111101010111100000000111000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,91,254); }

 H1.HeaderClassName
 {
   color: #215BFE;
 }
 .AnyTagClassName
 {
   color: #215BFE;
 }
</style>
background-color css

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

 a { background-color: rgb(33,91,254); }

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

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

 span { border-color: rgb(33,91,254); }

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