Html Css Color HEX #057CEB Dodger Blue

📋 copy color: '#057CEB'

red 5 ◦ green 124 ◦ blue 235

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

Shades of Dodger Blue #057CEB

Tints of Dodger Blue #057CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 1.37%
G = 34.07%
B = 64.56%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#057CEB (or 0x057CEB) is known color: Dodger Blue. HEX triplet: 05, 7C and EB. RGB value is (5,124,235). Sum of RGB (Red+Green+Blue) = 5+124+235=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #057CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CEB is #FA8314. Grayscale: #646464. Windows color (decimal): -16417557 or 15432709. OLE color: 15432709.

HSL color Cylindrical-coordinate representation of color #057CEB: hue angle of 208.96º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057CEB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 124 235 -
CMYK 0.98 0.47 0 0.08
HSL 208.96º 0.96% 0.47% -
HSV(B) 208.96º 0.98% 0.92% -
XYZ 22.27 20.45 81.37 -
YUV 101.07 203.58 59.47 -
System Red Green Blue C M Y K H S L
Decimal 5 124 235 0.98 0.47 0 0.08 208.96 0.96 0.47
Hex 5 7C EB 62 2F 0 8 D1 60 2F
Octal 5 174 353 142 57 0 10 321 140 57
Binary 101 1111100 11101011 1100010 101111 0 1000 11010001 1100000 101111

Color Harmonies of #057CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CEB

Black with #057CEB

Text Example


Text Example

White with #057CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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