Html Css Color HEX #057EB8 Cerulean

📋 copy color: '#057EB8'

red 5 ◦ green 126 ◦ blue 184

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

Shades of Cerulean #057EB8

Tints of Cerulean #057EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 58.41%

R = 1.59%
G = 40%
B = 58.41%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#057EB8 (or 0x057EB8) is known color: Cerulean. HEX triplet: 05, 7E and B8. RGB value is (5,126,184). Sum of RGB (Red+Green+Blue) = 5+126+184=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #057EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057EB8 is #FA8147. Grayscale: #606060. Windows color (decimal): -16417096 or 12090885. OLE color: 12090885.

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

Color convert

RGB 5 126 184 -
CMYK 0.97 0.32 0 0.28
HSL 199.44º 0.95% 0.37% -
HSV(B) 199.44º 0.97% 0.72% -
XYZ 16.18 18.41 48.05 -
YUV 96.43 177.41 62.78 -
System Red Green Blue C M Y K H S L
Decimal 5 126 184 0.97 0.32 0 0.28 199.44 0.95 0.37
Hex 5 7E B8 61 20 0 1C C7 5F 25
Octal 5 176 270 141 40 0 34 307 137 45
Binary 101 1111110 10111000 1100001 100000 0 11100 11000111 1011111 100101

Color Harmonies of #057EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EB8

Black with #057EB8

Text Example


Text Example

White with #057EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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