Html Css Color HEX #057CFD Dodger Blue

📋 copy color: '#057CFD'

red 5 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #057CFD

Tints of Dodger Blue #057CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 1.31%
G = 32.46%
B = 66.23%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#057CFD (or 0x057CFD) is known color: Dodger Blue. HEX triplet: 05, 7C and FD. RGB value is (5,124,253). Sum of RGB (Red+Green+Blue) = 5+124+253=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #057CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CFD is #FA8302. Grayscale: #666666. Windows color (decimal): -16417539 or 16612357. OLE color: 16612357.

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

Color convert

RGB 5 124 253 -
CMYK 0.98 0.51 0 0.01
HSL 211.21º 0.98% 0.51% -
HSV(B) 211.21º 0.98% 0.99% -
XYZ 25 21.54 95.77 -
YUV 103.13 212.58 58.01 -
System Red Green Blue C M Y K H S L
Decimal 5 124 253 0.98 0.51 0 0.01 211.21 0.98 0.51
Hex 5 7C FD 62 33 0 1 D3 62 33
Octal 5 174 375 142 63 0 1 323 142 63
Binary 101 1111100 11111101 1100010 110011 0 1 11010011 1100010 110011

Color Harmonies of #057CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CFD

Black with #057CFD

Text Example


Text Example

White with #057CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,124,253); }

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

background-color css

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

 a { background-color: rgb(5,124,253); }

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

border-color css

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

 span { border-color: rgb(5,124,253); }

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