Html Css Color HEX #2057BF Cerulean Blue

📋 copy color: '#2057BF'

red 32 ◦ green 87 ◦ blue 191

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

Shades of Cerulean Blue #2057BF

Tints of Cerulean Blue #2057BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.61%

R = 10.32%
G = 28.06%
B = 61.61%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2057BF (or 0x2057BF) is known color: Cerulean Blue. HEX triplet: 20, 57 and BF. RGB value is (32,87,191). Sum of RGB (Red+Green+Blue) = 32+87+191=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #2057BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2057BF is #DFA840. Grayscale: #515151. Windows color (decimal): -14657601 or 12539680. OLE color: 12539680.

HSL color Cylindrical-coordinate representation of color #2057BF: hue angle of 219.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2057BF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 87 191 -
CMYK 0.83 0.54 0 0.25
HSL 219.25º 0.71% 0.44% -
HSV(B) 219.25º 0.83% 0.75% -
XYZ 13.41 10.89 50.68 -
YUV 82.41 189.28 92.04 -
System Red Green Blue C M Y K H S L
Decimal 32 87 191 0.83 0.54 0 0.25 219.25 0.71 0.44
Hex 20 57 BF 53 36 0 19 DB 47 2C
Octal 40 127 277 123 66 0 31 333 107 54
Binary 100000 1010111 10111111 1010011 110110 0 11001 11011011 1000111 101100

Color Harmonies of #2057BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2057BF

Black with #2057BF

Text Example


Text Example

White with #2057BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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