#254AB7

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

Shades of Cerulean Blue #254AB7

Tints of Cerulean Blue #254AB7

Color information

#254AB7 (or 0x254AB7) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4A and B7. RGB value is (37,74,183). Sum of RGB (Red+Green+Blue) = 37+74+183=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #254AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AB7 is #DAB548. Grayscale: #4A4A4A. Windows color (decimal): -14333257 or 12012069. OLE color: 12012069.

HSL color Cylindrical-coordinate representation of color #254AB7: hue angle of 224.79º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254AB7 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3774183-
CMYK0.800.6000.28
HSL224.79º66.36%43.14%-
HSV(B)224.79º79.78%71.76%-
XYZ11.768.7145.86-
YUV75.36188.74100.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 183 (71.88% from 255) = 62.24%
R=12.59%
G=25.17%
B=62.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal37741830.800.6000.28224.7966.3643.14
Hex254AB7503C01Ce1422b
Octal451122671207403434110253
Binary1001011001010101101111010000111100011100111000011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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