Html Css Color HEX #057BEC Dodger Blue

📋 copy color: '#057BEC'

red 5 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #057BEC

Tints of Dodger Blue #057BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 236 (92.58% from 255) = 64.84%

R = 1.37%
G = 33.79%
B = 64.84%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#057BEC (or 0x057BEC) is known color: Dodger Blue. HEX triplet: 05, 7B and EC. RGB value is (5,123,236). Sum of RGB (Red+Green+Blue) = 5+123+236=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #057BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BEC is #FA8413. Grayscale: #646464. Windows color (decimal): -16417812 or 15497989. OLE color: 15497989.

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

Color convert

RGB 5 123 236 -
CMYK 0.98 0.48 0 0.07
HSL 209.35º 0.96% 0.47% -
HSV(B) 209.35º 0.98% 0.93% -
XYZ 22.29 20.25 82.09 -
YUV 100.6 204.41 59.81 -
System Red Green Blue C M Y K H S L
Decimal 5 123 236 0.98 0.48 0 0.07 209.35 0.96 0.47
Hex 5 7B EC 62 30 0 7 D1 60 2F
Octal 5 173 354 142 60 0 7 321 140 57
Binary 101 1111011 11101100 1100010 110000 0 111 11010001 1100000 101111

Color Harmonies of #057BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BEC

Black with #057BEC

Text Example


Text Example

White with #057BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,123,236); }

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

background-color css

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

 a { background-color: rgb(5,123,236); }

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

border-color css

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

 span { border-color: rgb(5,123,236); }

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