#2849df

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

Shades of Cerulean Blue #2849DF

Tints of Cerulean Blue #2849DF

Color information

#2849DF (or 0x2849DF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 49 and DF. RGB value is (40,73,223). Sum of RGB (Red+Green+Blue) = 40+73+223=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #2849DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849DF is #D7B620. Grayscale: #4F4F4F. Windows color (decimal): -14136865 or 14633256. OLE color: 14633256.

HSL color Cylindrical-coordinate representation of color #2849DF: hue angle of 229.18º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2849DF is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4073223-
CMYK0.820.6700.13
HSL229.18º74.09%51.57%-
HSV(B)229.18º82.06%87.45%-
XYZ16.5810.5470.97-
YUV80.23208.5799.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.90%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 223 (87.5% from 255) = 66.37%
R=11.90%
G=21.73%
B=66.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40732230.820.6700.13229.1874.0951.57
Hex2849DF52430De54a34
Octal5011133712210301534511264
Binary1010001001001110111111010010100001101101111001011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2849df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2849df; }

 p { color: rgb(40,73,223); }

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

<style>
 a { background-color: #2849df; }

 a { background-color: rgb(40,73,223); }

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

<style>
 span { border-color: #2849df; }

 span { border-color: rgb(40,73,223); }

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