#254BBB

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

Shades of Cerulean Blue #254BBB

Tints of Cerulean Blue #254BBB

Color information

#254BBB (or 0x254BBB) is unknown color: approx Cerulean Blue. HEX triplet: 25, 4B and BB. RGB value is (37,75,187). Sum of RGB (Red+Green+Blue) = 37+75+187=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #254BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BBB is #DAB444. Grayscale: #4B4B4B. Windows color (decimal): -14332997 or 12274469. OLE color: 12274469.

HSL color Cylindrical-coordinate representation of color #254BBB: hue angle of 224.8º 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 #254BBB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3775187-
CMYK0.800.6000.27
HSL224.8º66.96%43.92%-
HSV(B)224.8º80.21%73.33%-
XYZ12.259.0148.11-
YUV76.41190.4199.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 187 (73.44% from 255) = 62.54%
R=12.37%
G=25.08%
B=62.54%

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
Decimal37751870.800.6000.27224.866.9643.92
Hex254BBB503C01Be1432c
Octal451132731207403334110354
Binary1001011001011101110111010000111100011011111000011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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