#284AD0

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

Shades of Cerulean Blue #284AD0

Tints of Cerulean Blue #284AD0

Color information

#284AD0 (or 0x284AD0) is unknown color: approx Cerulean Blue. HEX triplet: 28, 4A and D0. RGB value is (40,74,208). Sum of RGB (Red+Green+Blue) = 40+74+208=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #284AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #284AD0 is #D7B52F. Grayscale: #4E4E4E. Windows color (decimal): -14136624 or 13650472. OLE color: 13650472.

HSL color Cylindrical-coordinate representation of color #284AD0: hue angle of 227.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #284AD0 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4074208-
CMYK0.810.6400.18
HSL227.86º67.74%48.63%-
HSV(B)227.86º80.77%81.57%-
XYZ14.719.960.81-
YUV79.11200.74100.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.42%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 208 (81.64% from 255) = 64.60%
R=12.42%
G=22.98%
B=64.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal40742080.810.6400.18227.8667.7448.63
Hex284AD05140012e44431
Octal5011232012110002234410461
Binary10100010010101101000010100011000000010010111001001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284AD0; }

 p { color: rgb(40,74,208); }

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

<style>
 a { background-color: #284AD0; }

 a { background-color: rgb(40,74,208); }

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

<style>
 span { border-color: #284AD0; }

 span { border-color: rgb(40,74,208); }

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