Html Css Color HEX #057FBA Cerulean

📋 copy color: '#057FBA'

red 5 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #057FBA

Tints of Cerulean #057FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 1.57%
G = 39.94%
B = 58.49%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#057FBA (or 0x057FBA) is known color: Cerulean. HEX triplet: 05, 7F and BA. RGB value is (5,127,186). Sum of RGB (Red+Green+Blue) = 5+127+186=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #057FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FBA is #FA8045. Grayscale: #606060. Windows color (decimal): -16416838 or 12222213. OLE color: 12222213.

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

Color convert

RGB 5 127 186 -
CMYK 0.97 0.32 0 0.27
HSL 199.56º 0.95% 0.37% -
HSV(B) 199.56º 0.97% 0.73% -
XYZ 16.51 18.76 49.2 -
YUV 97.25 178.08 62.2 -
System Red Green Blue C M Y K H S L
Decimal 5 127 186 0.97 0.32 0 0.27 199.56 0.95 0.37
Hex 5 7F BA 61 20 0 1B C8 5F 25
Octal 5 177 272 141 40 0 33 310 137 45
Binary 101 1111111 10111010 1100001 100000 0 11011 11001000 1011111 100101

Color Harmonies of #057FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FBA

Black with #057FBA

Text Example


Text Example

White with #057FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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