Html Css Color HEX #2050CE Cerulean Blue

📋 copy color: '#2050CE'

red 32 ◦ green 80 ◦ blue 206

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

Shades of Cerulean Blue #2050CE

Tints of Cerulean Blue #2050CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 10.06%
G = 25.16%
B = 64.78%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2050CE (or 0x2050CE) is known color: Cerulean Blue. HEX triplet: 20, 50 and CE. RGB value is (32,80,206). Sum of RGB (Red+Green+Blue) = 32+80+206=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #2050CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2050CE is #DFAF31. Grayscale: #4F4F4F. Windows color (decimal): -14659378 or 13520928. OLE color: 13520928.

HSL color Cylindrical-coordinate representation of color #2050CE: hue angle of 223.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2050CE is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 80 206 -
CMYK 0.84 0.61 0 0.19
HSL 223.45º 0.73% 0.47% -
HSV(B) 223.45º 0.84% 0.81% -
XYZ 14.6 10.5 59.65 -
YUV 80.01 199.1 93.75 -
System Red Green Blue C M Y K H S L
Decimal 32 80 206 0.84 0.61 0 0.19 223.45 0.73 0.47
Hex 20 50 CE 54 3D 0 13 DF 49 2F
Octal 40 120 316 124 75 0 23 337 111 57
Binary 100000 1010000 11001110 1010100 111101 0 10011 11011111 1001001 101111

Color Harmonies of #2050CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2050CE

Black with #2050CE

Text Example


Text Example

White with #2050CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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