#2554D8

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

Shades of Cerulean Blue #2554D8

Tints of Cerulean Blue #2554D8

Color information

#2554D8 (or 0x2554D8) is unknown color: approx Cerulean Blue. HEX triplet: 25, 54 and D8. RGB value is (37,84,216). Sum of RGB (Red+Green+Blue) = 37+84+216=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 216 (84.77% from 255 or 64.09% from 337); Max value from RGB is 216 - color contains mainly: blue. Hex color #2554D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554D8 is #DAAB27. Grayscale: #545454. Windows color (decimal): -14330664 or 14177317. OLE color: 14177317.

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

Color convert

RGB3784216-
CMYK0.830.6100.15
HSL224.25º70.75%49.61%-
HSV(B)224.25º82.87%84.71%-
XYZ16.3311.6966.36-
YUV85201.9393.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.98%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 216 (84.77% from 255) = 64.09%
R=10.98%
G=24.93%
B=64.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37842160.830.6100.15224.2570.7549.61
Hex2554D8533D0Fe04732
Octal451243301237501734010762
Binary100101101010011011000101001111110101111111000001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2554D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2554D8; }

 p { color: rgb(37,84,216); }

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

<style>
 a { background-color: #2554D8; }

 a { background-color: rgb(37,84,216); }

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

<style>
 span { border-color: #2554D8; }

 span { border-color: rgb(37,84,216); }

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