Html Css Color HEX #057CBA Cerulean

📋 copy color: '#057CBA'

red 5 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #057CBA

Tints of Cerulean #057CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.37%

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

R = 1.59%
G = 39.37%
B = 59.05%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#057CBA (or 0x057CBA) is known color: Cerulean. HEX triplet: 05, 7C and BA. RGB value is (5,124,186). Sum of RGB (Red+Green+Blue) = 5+124+186=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #057CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CBA is #FA8345. Grayscale: #5F5F5F. Windows color (decimal): -16417606 or 12221445. OLE color: 12221445.

HSL color Cylindrical-coordinate representation of color #057CBA: hue angle of 200.55º 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 #057CBA is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 124 186 -
CMYK 0.97 0.33 0 0.27
HSL 200.55º 0.95% 0.37% -
HSV(B) 200.55º 0.97% 0.73% -
XYZ 16.13 17.99 49.08 -
YUV 95.49 179.08 63.46 -
System Red Green Blue C M Y K H S L
Decimal 5 124 186 0.97 0.33 0 0.27 200.55 0.95 0.37
Hex 5 7C BA 61 21 0 1B C9 5F 25
Octal 5 174 272 141 41 0 33 311 137 45
Binary 101 1111100 10111010 1100001 100001 0 11011 11001001 1011111 100101

Color Harmonies of #057CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CBA

Black with #057CBA

Text Example


Text Example

White with #057CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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