Html Css Color HEX #2050AD Cerulean Blue

📋 copy color: '#2050AD'

red 32 ◦ green 80 ◦ blue 173

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

Shades of Cerulean Blue #2050AD

Tints of Cerulean Blue #2050AD

RGB

 RED value IS 32 (12.89% from 255) = 11.23%

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

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

R = 11.23%
G = 28.07%
B = 60.7%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2050AD (or 0x2050AD) is known color: Cerulean Blue. HEX triplet: 20, 50 and AD. RGB value is (32,80,173). Sum of RGB (Red+Green+Blue) = 32+80+173=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #2050AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2050AD is #DFAF52. Grayscale: #4B4B4B. Windows color (decimal): -14659411 or 11358240. OLE color: 11358240.

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

Color convert

RGB 32 80 173 -
CMYK 0.82 0.54 0 0.32
HSL 219.57º 0.69% 0.4% -
HSV(B) 219.57º 0.82% 0.68% -
XYZ 11.01 9.06 40.7 -
YUV 76.25 182.6 96.44 -
System Red Green Blue C M Y K H S L
Decimal 32 80 173 0.82 0.54 0 0.32 219.57 0.69 0.4
Hex 20 50 AD 52 36 0 20 DC 45 28
Octal 40 120 255 122 66 0 40 334 105 50
Binary 100000 1010000 10101101 1010010 110110 0 100000 11011100 1000101 101000

Color Harmonies of #2050AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2050AD

Black with #2050AD

Text Example


Text Example

White with #2050AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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