Html Css Color HEX #2050AF Cerulean Blue

📋 copy color: '#2050AF'

red 32 ◦ green 80 ◦ blue 175

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

Shades of Cerulean Blue #2050AF

Tints of Cerulean Blue #2050AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.98%

R = 11.15%
G = 27.87%
B = 60.98%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2050AF (or 0x2050AF) is known color: Cerulean Blue. HEX triplet: 20, 50 and AF. RGB value is (32,80,175). Sum of RGB (Red+Green+Blue) = 32+80+175=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #2050AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2050AF is #DFAF50. Grayscale: #4C4C4C. Windows color (decimal): -14659409 or 11489312. OLE color: 11489312.

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

Color convert

RGB 32 80 175 -
CMYK 0.82 0.54 0 0.31
HSL 219.86º 0.69% 0.41% -
HSV(B) 219.86º 0.82% 0.69% -
XYZ 11.2 9.14 41.73 -
YUV 76.48 183.6 96.28 -
System Red Green Blue C M Y K H S L
Decimal 32 80 175 0.82 0.54 0 0.31 219.86 0.69 0.41
Hex 20 50 AF 52 36 0 1F DC 45 29
Octal 40 120 257 122 66 0 37 334 105 51
Binary 100000 1010000 10101111 1010010 110110 0 11111 11011100 1000101 101001

Color Harmonies of #2050AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2050AF

Black with #2050AF

Text Example


Text Example

White with #2050AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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