#2154BC

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

Shades of Cerulean Blue #2154BC

Tints of Cerulean Blue #2154BC

Color information

#2154BC (or 0x2154BC) is unknown color: approx Cerulean Blue. HEX triplet: 21, 54 and BC. RGB value is (33,84,188). Sum of RGB (Red+Green+Blue) = 33+84+188=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #2154BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154BC is #DEAB43. Grayscale: #505050. Windows color (decimal): -14592836 or 12342305. OLE color: 12342305.

HSL color Cylindrical-coordinate representation of color #2154BC: hue angle of 220.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2154BC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3384188-
CMYK0.820.5500.26
HSL220.26º70.14%43.33%-
HSV(B)220.26º82.45%73.73%-
XYZ12.8710.2948.89-
YUV80.61188.694.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.82%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 188 (73.83% from 255) = 61.64%
R=10.82%
G=27.54%
B=61.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33841880.820.5500.26220.2670.1443.33
Hex2154BC523701Adc462b
Octal411242741226703233410653
Binary1000011010100101111001010010110111011010110111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2154BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2154BC; }

 p { color: rgb(33,84,188); }

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

<style>
 a { background-color: #2154BC; }

 a { background-color: rgb(33,84,188); }

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

<style>
 span { border-color: #2154BC; }

 span { border-color: rgb(33,84,188); }

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