#215AD8

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

Shades of Cerulean Blue #215AD8

Tints of Cerulean Blue #215AD8

Color information

#215AD8 (or 0x215AD8) is unknown color: approx Cerulean Blue. HEX triplet: 21, 5A and D8. RGB value is (33,90,216). Sum of RGB (Red+Green+Blue) = 33+90+216=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #215AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AD8 is #DEA527. Grayscale: #565656. Windows color (decimal): -14591272 or 14178849. OLE color: 14178849.

HSL color Cylindrical-coordinate representation of color #215AD8: hue angle of 221.31º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215AD8 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3390216-
CMYK0.850.5800.15
HSL221.31º73.49%48.82%-
HSV(B)221.31º84.72%84.71%-
XYZ16.6812.5966.52-
YUV87.32200.6289.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 216 (84.77% from 255) = 63.72%
R=9.73%
G=26.55%
B=63.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33902160.850.5800.15221.3173.4948.82
Hex215AD8553A0Fdd4931
Octal411323301257201733511161
Binary100001101101011011000101010111101001111110111011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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