#215AFF

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

Shades of Royal Blue #215AFF

Tints of Royal Blue #215AFF

Color information

#215AFF (or 0x215AFF) is unknown color: approx Royal Blue. HEX triplet: 21, 5A and FF. RGB value is (33,90,255). Sum of RGB (Red+Green+Blue) = 33+90+255=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #215AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215AFF is #DEA500. Grayscale: #5B5B5B. Windows color (decimal): -14591233 or 16734753. OLE color: 16734753.

HSL color Cylindrical-coordinate representation of color #215AFF: hue angle of 224.59º 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 #215AFF is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3390255-
CMYK0.870.6500
HSL224.59º100%56.47%-
HSV(B)224.59º87.06%100%-
XYZ22.3314.8696.3-
YUV91.77220.1286.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.73%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 255 (100% from 255) = 67.46%
R=8.73%
G=23.81%
B=67.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal33902550.870.6500224.5910056.47
Hex215AFF574100e16438
Octal411323771271010034114470
Binary1000011011010111111111010111100000100111000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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