Html Css Color HEX #057EFE Dodger Blue

📋 copy color: '#057EFE'

red 5 ◦ green 126 ◦ blue 254

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

Shades of Dodger Blue #057EFE

Tints of Dodger Blue #057EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 1.3%
G = 32.73%
B = 65.97%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#057EFE (or 0x057EFE) is known color: Dodger Blue. HEX triplet: 05, 7E and FE. RGB value is (5,126,254). Sum of RGB (Red+Green+Blue) = 5+126+254=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #057EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EFE is #FA8101. Grayscale: #676767. Windows color (decimal): -16417026 or 16678405. OLE color: 16678405.

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

Color convert

RGB 5 126 254 -
CMYK 0.98 0.50 0 0.00
HSL 210.84º 0.99% 0.51% -
HSV(B) 210.84º 0.98% 1% -
XYZ 25.41 22.11 96.69 -
YUV 104.41 212.41 57.09 -
System Red Green Blue C M Y K H S L
Decimal 5 126 254 0.98 0.50 0 0.00 210.84 0.99 0.51
Hex 5 7E FE 62 32 0 0 D3 63 33
Octal 5 176 376 142 62 0 0 323 143 63
Binary 101 1111110 11111110 1100010 110010 0 0 11010011 1100011 110011

Color Harmonies of #057EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EFE

Black with #057EFE

Text Example


Text Example

White with #057EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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