#215ADF

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

Shades of Cerulean Blue #215ADF

Tints of Cerulean Blue #215ADF

Color information

#215ADF (or 0x215ADF) is unknown color: approx Cerulean Blue. HEX triplet: 21, 5A and DF. RGB value is (33,90,223). Sum of RGB (Red+Green+Blue) = 33+90+223=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #215ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ADF is #DEA520. Grayscale: #575757. Windows color (decimal): -14591265 or 14637601. OLE color: 14637601.

HSL color Cylindrical-coordinate representation of color #215ADF: hue angle of 222º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215ADF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3390223-
CMYK0.850.6000.13
HSL222º74.8%50.2%-
HSV(B)222º85.2%87.45%-
XYZ17.612.9671.39-
YUV88.12204.1288.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.54%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 223 (87.5% from 255) = 64.45%
R=9.54%
G=26.01%
B=64.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33902230.850.6000.1322274.850.2
Hex215ADF553C0Dde4b32
Octal411323371257401533611362
Binary100001101101011011111101010111110001101110111101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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