Html Css Color HEX #057BFF Dodger Blue

📋 copy color: '#057BFF'

red 5 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #057BFF

Tints of Dodger Blue #057BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.58%

R = 1.31%
G = 32.11%
B = 66.58%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#057BFF (or 0x057BFF) is known color: Dodger Blue. HEX triplet: 05, 7B and FF. RGB value is (5,123,255). Sum of RGB (Red+Green+Blue) = 5+123+255=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #057BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BFF is #FA8400. Grayscale: #666666. Windows color (decimal): -16417793 or 16743173. OLE color: 16743173.

HSL color Cylindrical-coordinate representation of color #057BFF: hue angle of 211.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BFF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 123 255 -
CMYK 0.98 0.52 0 0
HSL 211.68º 1% 0.51% -
HSV(B) 211.68º 0.98% 1% -
XYZ 25.2 21.42 97.41 -
YUV 102.77 213.91 58.27 -
System Red Green Blue C M Y K H S L
Decimal 5 123 255 0.98 0.52 0 0 211.68 1 0.51
Hex 5 7B FF 62 34 0 0 D4 64 33
Octal 5 173 377 142 64 0 0 324 144 63
Binary 101 1111011 11111111 1100010 110100 0 0 11010100 1100100 110011

Color Harmonies of #057BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BFF

Black with #057BFF

Text Example


Text Example

White with #057BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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