Html Css Color HEX #057EBA Cerulean

📋 copy color: '#057EBA'

red 5 ◦ green 126 ◦ blue 186

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

Shades of Cerulean #057EBA

Tints of Cerulean #057EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.75%

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

R = 1.58%
G = 39.75%
B = 58.68%

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

#057EBA (or 0x057EBA) is known color: Cerulean. HEX triplet: 05, 7E and BA. RGB value is (5,126,186). Sum of RGB (Red+Green+Blue) = 5+126+186=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #057EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EBA is #FA8145. Grayscale: #606060. Windows color (decimal): -16417094 or 12221957. OLE color: 12221957.

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

Color convert

RGB 5 126 186 -
CMYK 0.97 0.32 0 0.27
HSL 199.89º 0.95% 0.37% -
HSV(B) 199.89º 0.97% 0.73% -
XYZ 16.39 18.5 49.16 -
YUV 96.66 178.41 62.62 -
System Red Green Blue C M Y K H S L
Decimal 5 126 186 0.97 0.32 0 0.27 199.89 0.95 0.37
Hex 5 7E BA 61 20 0 1B C8 5F 25
Octal 5 176 272 141 40 0 33 310 137 45
Binary 101 1111110 10111010 1100001 100000 0 11011 11001000 1011111 100101

Color Harmonies of #057EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EBA

Black with #057EBA

Text Example


Text Example

White with #057EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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