Html Css Color HEX #2154AD Cerulean Blue

📋 copy color: '#2154AD'

red 33 ◦ green 84 ◦ blue 173

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

Shades of Cerulean Blue #2154AD

Tints of Cerulean Blue #2154AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 11.38%
G = 28.97%
B = 59.66%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2154AD (or 0x2154AD) is known color: Cerulean Blue. HEX triplet: 21, 54 and AD. RGB value is (33,84,173). Sum of RGB (Red+Green+Blue) = 33+84+173=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #2154AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154AD is #DEAB52. Grayscale: #4E4E4E. Windows color (decimal): -14592851 or 11359265. OLE color: 11359265.

HSL color Cylindrical-coordinate representation of color #2154AD: hue angle of 218.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2154AD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 84 173 -
CMYK 0.81 0.51 0 0.32
HSL 218.14º 0.68% 0.4% -
HSV(B) 218.14º 0.81% 0.68% -
XYZ 11.34 9.68 40.81 -
YUV 78.9 181.1 95.26 -
System Red Green Blue C M Y K H S L
Decimal 33 84 173 0.81 0.51 0 0.32 218.14 0.68 0.4
Hex 21 54 AD 51 33 0 20 DA 44 28
Octal 41 124 255 121 63 0 40 332 104 50
Binary 100001 1010100 10101101 1010001 110011 0 100000 11011010 1000100 101000

Color Harmonies of #2154AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2154AD

Black with #2154AD

Text Example


Text Example

White with #2154AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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