#154BCE

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

Shades of Cerulean Blue #154BCE

Tints of Cerulean Blue #154BCE

Color information

#154BCE (or 0x154BCE) is unknown color: approx Cerulean Blue. HEX triplet: 15, 4B and CE. RGB value is (21,75,206). Sum of RGB (Red+Green+Blue) = 21+75+206=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #154BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #154BCE is #EAB431. Grayscale: #494949. Windows color (decimal): -15381554 or 13519637. OLE color: 13519637.

HSL color Cylindrical-coordinate representation of color #154BCE: hue angle of 222.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154BCE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2175206-
CMYK0.900.6400.19
HSL222.49º81.5%44.51%-
HSV(B)222.49º89.81%80.78%-
XYZ13.979.6559.52-
YUV73.79202.6190.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.95%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 206 (80.86% from 255) = 68.21%
R=6.95%
G=24.83%
B=68.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal21752060.900.6400.19222.4981.544.51
Hex154BCE5A40013de512d
Octal2511331613210002333612155
Binary1010110010111100111010110101000000010011110111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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