Html Css Color HEX #057BED Dodger Blue

📋 copy color: '#057BED'

red 5 ◦ green 123 ◦ blue 237

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

Shades of Dodger Blue #057BED

Tints of Dodger Blue #057BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 1.37%
G = 33.7%
B = 64.93%

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

#057BED (or 0x057BED) is known color: Dodger Blue. HEX triplet: 05, 7B and ED. RGB value is (5,123,237). Sum of RGB (Red+Green+Blue) = 5+123+237=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #057BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BED is #FA8412. Grayscale: #646464. Windows color (decimal): -16417811 or 15563525. OLE color: 15563525.

HSL color Cylindrical-coordinate representation of color #057BED: hue angle of 209.48º 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 #057BED is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 123 237 -
CMYK 0.98 0.48 0 0.07
HSL 209.48º 0.96% 0.47% -
HSV(B) 209.48º 0.98% 0.93% -
XYZ 22.43 20.31 82.86 -
YUV 100.71 204.91 59.73 -
System Red Green Blue C M Y K H S L
Decimal 5 123 237 0.98 0.48 0 0.07 209.48 0.96 0.47
Hex 5 7B ED 62 30 0 7 D1 60 2F
Octal 5 173 355 142 60 0 7 321 140 57
Binary 101 1111011 11101101 1100010 110000 0 111 11010001 1100000 101111

Color Harmonies of #057BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BED

Black with #057BED

Text Example


Text Example

White with #057BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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