Html Css Color HEX #057CFC Dodger Blue

📋 copy color: '#057CFC'

red 5 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #057CFC

Tints of Dodger Blue #057CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 1.31%
G = 32.55%
B = 66.14%

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

#057CFC (or 0x057CFC) is known color: Dodger Blue. HEX triplet: 05, 7C and FC. RGB value is (5,124,252). Sum of RGB (Red+Green+Blue) = 5+124+252=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #057CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CFC is #FA8303. Grayscale: #666666. Windows color (decimal): -16417540 or 16546821. OLE color: 16546821.

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

Color convert

RGB 5 124 252 -
CMYK 0.98 0.51 0 0.01
HSL 211.09º 0.98% 0.5% -
HSV(B) 211.09º 0.98% 0.99% -
XYZ 24.84 21.48 94.93 -
YUV 103.01 212.08 58.09 -
System Red Green Blue C M Y K H S L
Decimal 5 124 252 0.98 0.51 0 0.01 211.09 0.98 0.5
Hex 5 7C FC 62 33 0 1 D3 62 32
Octal 5 174 374 142 63 0 1 323 142 62
Binary 101 1111100 11111100 1100010 110011 0 1 11010011 1100010 110010

Color Harmonies of #057CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CFC

Black with #057CFC

Text Example


Text Example

White with #057CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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