Html Css Color HEX #2057C1 Cerulean Blue

📋 copy color: '#2057C1'

red 32 ◦ green 87 ◦ blue 193

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

Shades of Cerulean Blue #2057C1

Tints of Cerulean Blue #2057C1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

 BLUE value IS 193 (75.78% from 255) = 61.86%

R = 10.26%
G = 27.88%
B = 61.86%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2057C1 (or 0x2057C1) is known color: Cerulean Blue. HEX triplet: 20, 57 and C1. RGB value is (32,87,193). Sum of RGB (Red+Green+Blue) = 32+87+193=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #2057C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2057C1 is #DFA83E. Grayscale: #525252. Windows color (decimal): -14657599 or 12670752. OLE color: 12670752.

HSL color Cylindrical-coordinate representation of color #2057C1: hue angle of 219.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2057C1 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 87 193 -
CMYK 0.83 0.55 0 0.24
HSL 219.5º 0.72% 0.44% -
HSV(B) 219.5º 0.83% 0.76% -
XYZ 13.63 10.97 51.85 -
YUV 82.64 190.28 91.88 -
System Red Green Blue C M Y K H S L
Decimal 32 87 193 0.83 0.55 0 0.24 219.5 0.72 0.44
Hex 20 57 C1 53 37 0 18 DC 48 2C
Octal 40 127 301 123 67 0 30 334 110 54
Binary 100000 1010111 11000001 1010011 110111 0 11000 11011100 1001000 101100

Color Harmonies of #2057C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2057C1

Black with #2057C1

Text Example


Text Example

White with #2057C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2057C1; }

 p { color: rgb(32,87,193); }

 H1.HeaderClassName
 {
   color: #2057C1;
 }
 .AnyTagClassName
 {
   color: #2057C1;
 }
</style>

background-color css

<style>
 a { background-color: #2057C1; }

 a { background-color: rgb(32,87,193); }

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

border-color css

<style>
 span { border-color: #2057C1; }

 span { border-color: rgb(32,87,193); }

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