#254CCA

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

Shades of Cerulean Blue #254CCA

Tints of Cerulean Blue #254CCA

Color information

#254CCA (or 0x254CCA) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4C and CA. RGB value is (37,76,202). Sum of RGB (Red+Green+Blue) = 37+76+202=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #254CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CCA is #DAB335. Grayscale: #4E4E4E. Windows color (decimal): -14332726 or 13257765. OLE color: 13257765.

HSL color Cylindrical-coordinate representation of color #254CCA: hue angle of 225.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254CCA is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3776202-
CMYK0.820.6200.21
HSL225.82º69.04%46.86%-
HSV(B)225.82º81.68%79.22%-
XYZ14.019.8357.04-
YUV78.7197.5898.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=11.75%
G=24.13%
B=64.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal37762020.820.6200.21225.8269.0446.86
Hex254CCA523E015e2452f
Octal451143121227602534210557
Binary1001011001100110010101010010111110010101111000101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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