Html Css Color HEX #057EFA Dodger Blue

📋 copy color: '#057EFA'

red 5 ◦ green 126 ◦ blue 250

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

Shades of Dodger Blue #057EFA

Tints of Dodger Blue #057EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.62%

R = 1.31%
G = 33.07%
B = 65.62%

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

#057EFA (or 0x057EFA) is known color: Dodger Blue. HEX triplet: 05, 7E and FA. RGB value is (5,126,250). Sum of RGB (Red+Green+Blue) = 5+126+250=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #057EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EFA is #FA8105. Grayscale: #676767. Windows color (decimal): -16417030 or 16416261. OLE color: 16416261.

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

Color convert

RGB 5 126 250 -
CMYK 0.98 0.50 0 0.02
HSL 210.37º 0.96% 0.5% -
HSV(B) 210.37º 0.98% 0.98% -
XYZ 24.78 21.86 93.36 -
YUV 103.96 210.41 57.42 -
System Red Green Blue C M Y K H S L
Decimal 5 126 250 0.98 0.50 0 0.02 210.37 0.96 0.5
Hex 5 7E FA 62 32 0 2 D2 60 32
Octal 5 176 372 142 62 0 2 322 140 62
Binary 101 1111110 11111010 1100010 110010 0 10 11010010 1100000 110010

Color Harmonies of #057EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EFA

Black with #057EFA

Text Example


Text Example

White with #057EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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