#2154BD

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

Shades of Cerulean Blue #2154BD

Tints of Cerulean Blue #2154BD

Color information

#2154BD (or 0x2154BD) is unknown color: approx Cerulean Blue. HEX triplet: 21, 54 and BD. RGB value is (33,84,189). Sum of RGB (Red+Green+Blue) = 33+84+189=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #2154BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154BD is #DEAB42. Grayscale: #505050. Windows color (decimal): -14592835 or 12407841. OLE color: 12407841.

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

Color convert

RGB3384189-
CMYK0.830.5600.26
HSL220.38º70.27%43.53%-
HSV(B)220.38º82.54%74.12%-
XYZ12.9810.3449.46-
YUV80.72189.193.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.78%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 189 (74.22% from 255) = 61.76%
R=10.78%
G=27.45%
B=61.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33841890.830.5600.26220.3870.2743.53
Hex2154BD533801Adc462c
Octal411242751237003233410654
Binary1000011010100101111011010011111000011010110111001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2154BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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