#2754D9

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

Shades of Cerulean Blue #2754D9

Tints of Cerulean Blue #2754D9

Color information

#2754D9 (or 0x2754D9) is unknown color: approx Cerulean Blue. HEX triplet: 27, 54 and D9. RGB value is (39,84,217). Sum of RGB (Red+Green+Blue) = 39+84+217=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 217 (85.16% from 255 or 63.82% from 340); Max value from RGB is 217 - color contains mainly: blue. Hex color #2754D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754D9 is #D8AB26. Grayscale: #555555. Windows color (decimal): -14199591 or 14242855. OLE color: 14242855.

HSL color Cylindrical-coordinate representation of color #2754D9: hue angle of 224.83º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2754D9 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3984217-
CMYK0.820.6100.15
HSL224.83º70.08%50.2%-
HSV(B)224.83º82.03%85.1%-
XYZ16.5311.7867.05-
YUV85.71202.0994.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.47%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 217 (85.16% from 255) = 63.82%
R=11.47%
G=24.71%
B=63.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal39842170.820.6100.15224.8370.0850.2
Hex2754D9523D0Fe14632
Octal471243311227501734110662
Binary100111101010011011001101001011110101111111000011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2754D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2754D9; }

 p { color: rgb(39,84,217); }

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

<style>
 a { background-color: #2754D9; }

 a { background-color: rgb(39,84,217); }

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

<style>
 span { border-color: #2754D9; }

 span { border-color: rgb(39,84,217); }

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