Html Css Color HEX #057FBC Cerulean

📋 copy color: '#057FBC'

red 5 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #057FBC

Tints of Cerulean #057FBC

RGB

 RED value IS 5 (2.34% from 255) = 1.56%

 GREEN value IS 127 (50% from 255) = 39.69%

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 1.56%
G = 39.69%
B = 58.75%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#057FBC (or 0x057FBC) is known color: Cerulean. HEX triplet: 05, 7F and BC. RGB value is (5,127,188). Sum of RGB (Red+Green+Blue) = 5+127+188=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #057FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FBC is #FA8043. Grayscale: #616161. Windows color (decimal): -16416836 or 12353285. OLE color: 12353285.

HSL color Cylindrical-coordinate representation of color #057FBC: hue angle of 200º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057FBC is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 127 188 -
CMYK 0.97 0.32 0 0.26
HSL 200º 0.95% 0.38% -
HSV(B) 200º 0.97% 0.74% -
XYZ 16.73 18.84 50.33 -
YUV 97.48 179.08 62.04 -
System Red Green Blue C M Y K H S L
Decimal 5 127 188 0.97 0.32 0 0.26 200 0.95 0.38
Hex 5 7F BC 61 20 0 1A C8 5F 26
Octal 5 177 274 141 40 0 32 310 137 46
Binary 101 1111111 10111100 1100001 100000 0 11010 11001000 1011111 100110

Color Harmonies of #057FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FBC

Black with #057FBC

Text Example


Text Example

White with #057FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057FBC; }

 p { color: rgb(5,127,188); }

 H1.HeaderClassName
 {
   color: #057FBC;
 }
 .AnyTagClassName
 {
   color: #057FBC;
 }
</style>

background-color css

<style>
 a { background-color: #057FBC; }

 a { background-color: rgb(5,127,188); }

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

border-color css

<style>
 span { border-color: #057FBC; }

 span { border-color: rgb(5,127,188); }

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