Html Css Color HEX #2150AD Cerulean Blue

📋 copy color: '#2150AD'

red 33 ◦ green 80 ◦ blue 173

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

Shades of Cerulean Blue #2150AD

Tints of Cerulean Blue #2150AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

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

R = 11.54%
G = 27.97%
B = 60.49%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2150AD (or 0x2150AD) is known color: Cerulean Blue. HEX triplet: 21, 50 and AD. RGB value is (33,80,173). Sum of RGB (Red+Green+Blue) = 33+80+173=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #2150AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2150AD is #DEAF52. Grayscale: #4C4C4C. Windows color (decimal): -14593875 or 11358241. OLE color: 11358241.

HSL color Cylindrical-coordinate representation of color #2150AD: hue angle of 219.86º 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 #2150AD is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 80 173 -
CMYK 0.81 0.54 0 0.32
HSL 219.86º 0.68% 0.4% -
HSV(B) 219.86º 0.81% 0.68% -
XYZ 11.04 9.08 40.71 -
YUV 76.55 182.43 96.94 -
System Red Green Blue C M Y K H S L
Decimal 33 80 173 0.81 0.54 0 0.32 219.86 0.68 0.4
Hex 21 50 AD 51 36 0 20 DC 44 28
Octal 41 120 255 121 66 0 40 334 104 50
Binary 100001 1010000 10101101 1010001 110110 0 100000 11011100 1000100 101000

Color Harmonies of #2150AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2150AD

Black with #2150AD

Text Example


Text Example

White with #2150AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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