Html Css Color HEX #057FFB Dodger Blue

📋 copy color: '#057FFB'

red 5 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #057FFB

Tints of Dodger Blue #057FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 1.31%
G = 33.16%
B = 65.54%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#057FFB (or 0x057FFB) is known color: Dodger Blue. HEX triplet: 05, 7F and FB. RGB value is (5,127,251). Sum of RGB (Red+Green+Blue) = 5+127+251=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #057FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FFB is #FA8004. Grayscale: #686868. Windows color (decimal): -16416773 or 16482053. OLE color: 16482053.

HSL color Cylindrical-coordinate representation of color #057FFB: hue angle of 210.24º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057FFB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 127 251 -
CMYK 0.98 0.49 0 0.02
HSL 210.24º 0.97% 0.5% -
HSV(B) 210.24º 0.98% 0.98% -
XYZ 25.06 22.18 94.23 -
YUV 104.66 210.58 56.92 -
System Red Green Blue C M Y K H S L
Decimal 5 127 251 0.98 0.49 0 0.02 210.24 0.97 0.5
Hex 5 7F FB 62 31 0 2 D2 61 32
Octal 5 177 373 142 61 0 2 322 141 62
Binary 101 1111111 11111011 1100010 110001 0 10 11010010 1100001 110010

Color Harmonies of #057FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FFB

Black with #057FFB

Text Example


Text Example

White with #057FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,127,251); }

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

background-color css

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

 a { background-color: rgb(5,127,251); }

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

border-color css

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

 span { border-color: rgb(5,127,251); }

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