Html Css Color HEX #057DB4 Cerulean

📋 copy color: '#057DB4'

red 5 ◦ green 125 ◦ blue 180

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

Shades of Cerulean #057DB4

Tints of Cerulean #057DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.06%

R = 1.61%
G = 40.32%
B = 58.06%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#057DB4 (or 0x057DB4) is known color: Cerulean. HEX triplet: 05, 7D and B4. RGB value is (5,125,180). Sum of RGB (Red+Green+Blue) = 5+125+180=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #057DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DB4 is #FA824B. Grayscale: #5F5F5F. Windows color (decimal): -16417356 or 11828485. OLE color: 11828485.

HSL color Cylindrical-coordinate representation of color #057DB4: hue angle of 198.86º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057DB4 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 125 180 -
CMYK 0.97 0.31 0 0.29
HSL 198.86º 0.95% 0.36% -
HSV(B) 198.86º 0.97% 0.71% -
XYZ 15.63 17.99 45.83 -
YUV 95.39 175.74 63.53 -
System Red Green Blue C M Y K H S L
Decimal 5 125 180 0.97 0.31 0 0.29 198.86 0.95 0.36
Hex 5 7D B4 61 1F 0 1D C7 5F 24
Octal 5 175 264 141 37 0 35 307 137 44
Binary 101 1111101 10110100 1100001 11111 0 11101 11000111 1011111 100100

Color Harmonies of #057DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DB4

Black with #057DB4

Text Example


Text Example

White with #057DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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