#254ABB

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

Shades of Cerulean Blue #254ABB

Tints of Cerulean Blue #254ABB

Color information

#254ABB (or 0x254ABB) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4A and BB. RGB value is (37,74,187). Sum of RGB (Red+Green+Blue) = 37+74+187=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #254ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254ABB is #DAB544. Grayscale: #4B4B4B. Windows color (decimal): -14333253 or 12274213. OLE color: 12274213.

HSL color Cylindrical-coordinate representation of color #254ABB: hue angle of 225.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254ABB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3774187-
CMYK0.800.6000.27
HSL225.2º66.96%43.92%-
HSV(B)225.2º80.21%73.33%-
XYZ12.188.8848.09-
YUV75.82190.74100.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.42%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 187 (73.44% from 255) = 62.75%
R=12.42%
G=24.83%
B=62.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37741870.800.6000.27225.266.9643.92
Hex254ABB503C01Be1432c
Octal451122731207403334110354
Binary1001011001010101110111010000111100011011111000011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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