Html Css Color HEX #2154BB Cerulean Blue

📋 copy color: '#2154BB'

red 33 ◦ green 84 ◦ blue 187

#2154BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2154BB

Tints of Cerulean Blue #2154BB

RGB

 RED value IS 33 (13.28% from 255) = 10.86%

 GREEN value IS 84 (33.2% from 255) = 27.63%

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 10.86%
G = 27.63%
B = 61.51%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2154BB (or 0x2154BB) is known color: Cerulean Blue. HEX triplet: 21, 54 and BB. RGB value is (33,84,187). Sum of RGB (Red+Green+Blue) = 33+84+187=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #2154BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154BB is #DEAB44. Grayscale: #505050. Windows color (decimal): -14592837 or 12276769. OLE color: 12276769.

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

Color convert

RGB 33 84 187 -
CMYK 0.82 0.55 0 0.27
HSL 220.13º 0.7% 0.43% -
HSV(B) 220.13º 0.82% 0.73% -
XYZ 12.77 10.25 48.32 -
YUV 80.49 188.1 94.12 -
System Red Green Blue C M Y K H S L
Decimal 33 84 187 0.82 0.55 0 0.27 220.13 0.7 0.43
Hex 21 54 BB 52 37 0 1B DC 46 2B
Octal 41 124 273 122 67 0 33 334 106 53
Binary 100001 1010100 10111011 1010010 110111 0 11011 11011100 1000110 101011

Color Harmonies of #2154BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2154BB

Black with #2154BB

Text Example


Text Example

White with #2154BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2154BB;
 }
 .AnyTagClassName
 {
   color: #2154BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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