#2758DC

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

Shades of Cerulean Blue #2758DC

Tints of Cerulean Blue #2758DC

Color information

#2758DC (or 0x2758DC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 58 and DC. RGB value is (39,88,220). Sum of RGB (Red+Green+Blue) = 39+88+220=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #2758DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2758DC is #D8A723. Grayscale: #575757. Windows color (decimal): -14198564 or 14440487. OLE color: 14440487.

HSL color Cylindrical-coordinate representation of color #2758DC: hue angle of 223.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2758DC is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3988220-
CMYK0.820.600.14
HSL223.76º72.11%50.78%-
HSV(B)223.76º82.27%86.27%-
XYZ17.2412.5869.23-
YUV88.4202.2792.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.24%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 220 (86.33% from 255) = 63.40%
R=11.24%
G=25.36%
B=63.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal39882200.820.600.14223.7672.1150.78
Hex2758DC523C0Ee04833
Octal471303341227401634011063
Binary100111101100011011100101001011110001110111000001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2758DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2758DC; }

 p { color: rgb(39,88,220); }

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

<style>
 a { background-color: #2758DC; }

 a { background-color: rgb(39,88,220); }

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

<style>
 span { border-color: #2758DC; }

 span { border-color: rgb(39,88,220); }

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