#275ED7

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

Shades of Cerulean Blue #275ED7

Tints of Cerulean Blue #275ED7

Color information

#275ED7 (or 0x275ED7) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5E and D7. RGB value is (39,94,215). Sum of RGB (Red+Green+Blue) = 39+94+215=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #275ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ED7 is #D8A128. Grayscale: #5A5A5A. Windows color (decimal): -14197033 or 14114343. OLE color: 14114343.

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

Color convert

RGB3994215-
CMYK0.820.5600.16
HSL221.25º69.29%49.8%-
HSV(B)221.25º81.86%84.31%-
XYZ17.1113.3465.96-
YUV91.35197.7890.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.21%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 215 (84.38% from 255) = 61.78%
R=11.21%
G=27.01%
B=61.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal39942150.820.5600.16221.2569.2949.8
Hex275ED75238010dd4532
Octal471363271227002033510562
Binary1001111011110110101111010010111000010000110111011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275ED7; }

 p { color: rgb(39,94,215); }

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

<style>
 a { background-color: #275ED7; }

 a { background-color: rgb(39,94,215); }

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

<style>
 span { border-color: #275ED7; }

 span { border-color: rgb(39,94,215); }

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