#2848D6

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

Shades of Cerulean Blue #2848D6

Tints of Cerulean Blue #2848D6

Color information

#2848D6 (or 0x2848D6) is unknown color: approx Cerulean Blue. HEX triplet: 28, 48 and D6. RGB value is (40,72,214). Sum of RGB (Red+Green+Blue) = 40+72+214=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #2848D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2848D6 is #D7B729. Grayscale: #4E4E4E. Windows color (decimal): -14137130 or 14043176. OLE color: 14043176.

HSL color Cylindrical-coordinate representation of color #2848D6: hue angle of 228.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2848D6 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4072214-
CMYK0.810.6600.16
HSL228.97º68.5%49.8%-
HSV(B)228.97º81.31%83.92%-
XYZ15.339.9464.73-
YUV78.62204.4100.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.27%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 214 (83.98% from 255) = 65.64%
R=12.27%
G=22.09%
B=65.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal40722140.810.6600.16228.9768.549.8
Hex2848D65142010e54532
Octal5011032612110202034510562
Binary10100010010001101011010100011000010010000111001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2848D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2848D6; }

 p { color: rgb(40,72,214); }

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

<style>
 a { background-color: #2848D6; }

 a { background-color: rgb(40,72,214); }

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

<style>
 span { border-color: #2848D6; }

 span { border-color: rgb(40,72,214); }

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