Html Css Color HEX #057CFE Dodger Blue

📋 copy color: '#057CFE'

red 5 ◦ green 124 ◦ blue 254

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

Shades of Dodger Blue #057CFE

Tints of Dodger Blue #057CFE

RGB

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

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

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

R = 1.31%
G = 32.38%
B = 66.32%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#057CFE (or 0x057CFE) is known color: Dodger Blue. HEX triplet: 05, 7C and FE. RGB value is (5,124,254). Sum of RGB (Red+Green+Blue) = 5+124+254=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #057CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CFE is #FA8301. Grayscale: #666666. Windows color (decimal): -16417538 or 16677893. OLE color: 16677893.

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

Color convert

RGB 5 124 254 -
CMYK 0.98 0.51 0 0.00
HSL 211.33º 0.99% 0.51% -
HSV(B) 211.33º 0.98% 1% -
XYZ 25.16 21.6 96.61 -
YUV 103.24 213.08 57.93 -
System Red Green Blue C M Y K H S L
Decimal 5 124 254 0.98 0.51 0 0.00 211.33 0.99 0.51
Hex 5 7C FE 62 33 0 0 D3 63 33
Octal 5 174 376 142 63 0 0 323 143 63
Binary 101 1111100 11111110 1100010 110011 0 0 11010011 1100011 110011

Color Harmonies of #057CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CFE

Black with #057CFE

Text Example


Text Example

White with #057CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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