#154BBF

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

Shades of Cerulean Blue #154BBF

Tints of Cerulean Blue #154BBF

Color information

#154BBF (or 0x154BBF) is unknown color: approx Cerulean Blue. HEX triplet: 15, 4B and BF. RGB value is (21,75,191). Sum of RGB (Red+Green+Blue) = 21+75+191=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #154BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BBF is #EAB440. Grayscale: #474747. Windows color (decimal): -15381569 or 12536597. OLE color: 12536597.

HSL color Cylindrical-coordinate representation of color #154BBF: hue angle of 220.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154BBF is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2175191-
CMYK0.890.6100.25
HSL220.94º80.19%41.57%-
HSV(B)220.94º89.01%74.9%-
XYZ12.238.9550.37-
YUV72.08195.1191.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.32%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 191 (75% from 255) = 66.55%
R=7.32%
G=26.13%
B=66.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21751910.890.6100.25220.9480.1941.57
Hex154BBF593D019dd502a
Octal251132771317503133512052
Binary101011001011101111111011001111101011001110111011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154BBF; }

 p { color: rgb(21,75,191); }

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

<style>
 a { background-color: #154BBF; }

 a { background-color: rgb(21,75,191); }

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

<style>
 span { border-color: #154BBF; }

 span { border-color: rgb(21,75,191); }

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