#254AAD

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

Shades of Cerulean Blue #254AAD

Tints of Cerulean Blue #254AAD

Color information

#254AAD (or 0x254AAD) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4A and AD. RGB value is (37,74,173). Sum of RGB (Red+Green+Blue) = 37+74+173=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #254AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254AAD is #DAB552. Grayscale: #494949. Windows color (decimal): -14333267 or 11356709. OLE color: 11356709.

HSL color Cylindrical-coordinate representation of color #254AAD: hue angle of 223.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254AAD is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3774173-
CMYK0.790.5700.32
HSL223.68º64.76%41.18%-
HSV(B)223.68º78.61%67.84%-
XYZ10.758.3140.57-
YUV74.22183.74101.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=13.03%
G=26.06%
B=60.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37741730.790.5700.32223.6864.7641.18
Hex254AAD4F39020e04129
Octal451122551177104034010151
Binary10010110010101010110110011111110010100000111000001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,74,173); }

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

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

 a { background-color: rgb(37,74,173); }

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

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

 span { border-color: rgb(37,74,173); }

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