Html Css Color HEX #2050A7 Cerulean Blue

📋 copy color: '#2050A7'

red 32 ◦ green 80 ◦ blue 167

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

Shades of Cerulean Blue #2050A7

Tints of Cerulean Blue #2050A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 59.86%

R = 11.47%
G = 28.67%
B = 59.86%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2050A7 (or 0x2050A7) is known color: Cerulean Blue. HEX triplet: 20, 50 and A7. RGB value is (32,80,167). Sum of RGB (Red+Green+Blue) = 32+80+167=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #2050A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2050A7 is #DFAF58. Grayscale: #4B4B4B. Windows color (decimal): -14659417 or 10965024. OLE color: 10965024.

HSL color Cylindrical-coordinate representation of color #2050A7: hue angle of 218.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2050A7 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 80 167 -
CMYK 0.81 0.52 0 0.35
HSL 218.67º 0.68% 0.39% -
HSV(B) 218.67º 0.81% 0.65% -
XYZ 10.44 8.83 37.71 -
YUV 75.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 32 80 167 0.81 0.52 0 0.35 218.67 0.68 0.39
Hex 20 50 A7 51 34 0 23 DB 44 27
Octal 40 120 247 121 64 0 43 333 104 47
Binary 100000 1010000 10100111 1010001 110100 0 100011 11011011 1000100 100111

Color Harmonies of #2050A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2050A7

Black with #2050A7

Text Example


Text Example

White with #2050A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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