#254DE0

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

Shades of Cerulean Blue #254DE0

Tints of Cerulean Blue #254DE0

Color information

#254DE0 (or 0x254DE0) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4D and E0. RGB value is (37,77,224). Sum of RGB (Red+Green+Blue) = 37+77+224=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #254DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DE0 is #DAB21F. Grayscale: #515151. Windows color (decimal): -14332448 or 14699813. OLE color: 14699813.

HSL color Cylindrical-coordinate representation of color #254DE0: hue angle of 227.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254DE0 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3777224-
CMYK0.830.6600.12
HSL227.17º75.1%51.18%-
HSV(B)227.17º83.48%87.84%-
XYZ16.8711.0871.77-
YUV81.8208.2596.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.95%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 224 (87.89% from 255) = 66.27%
R=10.95%
G=22.78%
B=66.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal37772240.830.6600.12227.1775.151.18
Hex254DE053420Ce34b33
Octal4511534012310201434311363
Binary1001011001101111000001010011100001001100111000111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254DE0; }

 p { color: rgb(37,77,224); }

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

<style>
 a { background-color: #254DE0; }

 a { background-color: rgb(37,77,224); }

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

<style>
 span { border-color: #254DE0; }

 span { border-color: rgb(37,77,224); }

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