Html Css Color HEX #057EFB Dodger Blue

📋 copy color: '#057EFB'

red 5 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #057EFB

Tints of Dodger Blue #057EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

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

R = 1.31%
G = 32.98%
B = 65.71%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#057EFB (or 0x057EFB) is known color: Dodger Blue. HEX triplet: 05, 7E and FB. RGB value is (5,126,251). Sum of RGB (Red+Green+Blue) = 5+126+251=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #057EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EFB is #FA8104. Grayscale: #676767. Windows color (decimal): -16417029 or 16481797. OLE color: 16481797.

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

Color convert

RGB 5 126 251 -
CMYK 0.98 0.50 0 0.02
HSL 210.49º 0.97% 0.5% -
HSV(B) 210.49º 0.98% 0.98% -
XYZ 24.94 21.92 94.18 -
YUV 104.07 210.91 57.34 -
System Red Green Blue C M Y K H S L
Decimal 5 126 251 0.98 0.50 0 0.02 210.49 0.97 0.5
Hex 5 7E FB 62 32 0 2 D2 61 32
Octal 5 176 373 142 62 0 2 322 141 62
Binary 101 1111110 11111011 1100010 110010 0 10 11010010 1100001 110010

Color Harmonies of #057EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EFB

Black with #057EFB

Text Example


Text Example

White with #057EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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