#2750DC

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

Shades of Cerulean Blue #2750DC

Tints of Cerulean Blue #2750DC

Color information

#2750DC (or 0x2750DC) is unknown color: approx Cerulean Blue. HEX triplet: 27, 50 and DC. RGB value is (39,80,220). Sum of RGB (Red+Green+Blue) = 39+80+220=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #2750DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750DC is #D8AF23. Grayscale: #535353. Windows color (decimal): -14200612 or 14438439. OLE color: 14438439.

HSL color Cylindrical-coordinate representation of color #2750DC: hue angle of 226.41º 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 #2750DC is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3980220-
CMYK0.820.6400.14
HSL226.41º72.11%50.78%-
HSV(B)226.41º82.27%86.27%-
XYZ16.6211.3469.02-
YUV83.7204.9296.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.50%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 220 (86.33% from 255) = 64.90%
R=11.50%
G=23.60%
B=64.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal39802200.820.6400.14226.4172.1150.78
Hex2750DC52400Ee24833
Octal4712033412210001634211063
Binary1001111010000110111001010010100000001110111000101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2750DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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