Html Css Color HEX #057DB8 Cerulean

📋 copy color: '#057DB8'

red 5 ◦ green 125 ◦ blue 184

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

Shades of Cerulean #057DB8

Tints of Cerulean #057DB8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.81%

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

R = 1.59%
G = 39.81%
B = 58.6%

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

#057DB8 (or 0x057DB8) is known color: Cerulean. HEX triplet: 05, 7D and B8. RGB value is (5,125,184). Sum of RGB (Red+Green+Blue) = 5+125+184=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #057DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DB8 is #FA8247. Grayscale: #5F5F5F. Windows color (decimal): -16417352 or 12090629. OLE color: 12090629.

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

Color convert

RGB 5 125 184 -
CMYK 0.97 0.32 0 0.28
HSL 199.78º 0.95% 0.37% -
HSV(B) 199.78º 0.97% 0.72% -
XYZ 16.05 18.16 48.01 -
YUV 95.85 177.74 63.2 -
System Red Green Blue C M Y K H S L
Decimal 5 125 184 0.97 0.32 0 0.28 199.78 0.95 0.37
Hex 5 7D B8 61 20 0 1C C8 5F 25
Octal 5 175 270 141 40 0 34 310 137 45
Binary 101 1111101 10111000 1100001 100000 0 11100 11001000 1011111 100101

Color Harmonies of #057DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DB8

Black with #057DB8

Text Example


Text Example

White with #057DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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