#254CBF

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

Shades of Cerulean Blue #254CBF

Tints of Cerulean Blue #254CBF

Color information

#254CBF (or 0x254CBF) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4C and BF. RGB value is (37,76,191). Sum of RGB (Red+Green+Blue) = 37+76+191=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #254CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CBF is #DAB340. Grayscale: #4C4C4C. Windows color (decimal): -14332737 or 12536869. OLE color: 12536869.

HSL color Cylindrical-coordinate representation of color #254CBF: hue angle of 224.81º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #254CBF is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3776191-
CMYK0.810.6000.25
HSL224.81º67.54%44.71%-
HSV(B)224.81º80.63%74.9%-
XYZ12.759.3250.42-
YUV77.45192.0899.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.17%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 191 (75% from 255) = 62.83%
R=12.17%
G=25%
B=62.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37761910.810.6000.25224.8167.5444.71
Hex254CBF513C019e1442d
Octal451142771217403134110455
Binary1001011001100101111111010001111100011001111000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,76,191); }

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

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

 a { background-color: rgb(37,76,191); }

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

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

 span { border-color: rgb(37,76,191); }

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