Html Css Color HEX #2057CF Cerulean Blue

📋 copy color: '#2057CF'

red 32 ◦ green 87 ◦ blue 207

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

Shades of Cerulean Blue #2057CF

Tints of Cerulean Blue #2057CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.5%

R = 9.82%
G = 26.69%
B = 63.5%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2057CF (or 0x2057CF) is known color: Cerulean Blue. HEX triplet: 20, 57 and CF. RGB value is (32,87,207). Sum of RGB (Red+Green+Blue) = 32+87+207=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #2057CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2057CF is #DFA830. Grayscale: #535353. Windows color (decimal): -14657585 or 13588256. OLE color: 13588256.

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

Color convert

RGB 32 87 207 -
CMYK 0.85 0.58 0 0.19
HSL 221.14º 0.73% 0.47% -
HSV(B) 221.14º 0.85% 0.81% -
XYZ 15.27 11.63 60.47 -
YUV 84.24 197.28 90.74 -
System Red Green Blue C M Y K H S L
Decimal 32 87 207 0.85 0.58 0 0.19 221.14 0.73 0.47
Hex 20 57 CF 55 3A 0 13 DD 49 2F
Octal 40 127 317 125 72 0 23 335 111 57
Binary 100000 1010111 11001111 1010101 111010 0 10011 11011101 1001001 101111

Color Harmonies of #2057CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2057CF

Black with #2057CF

Text Example


Text Example

White with #2057CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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