Html Css Color HEX #057FFC Dodger Blue

📋 copy color: '#057FFC'

red 5 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #057FFC

Tints of Dodger Blue #057FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

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

R = 1.3%
G = 33.07%
B = 65.63%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#057FFC (or 0x057FFC) is known color: Dodger Blue. HEX triplet: 05, 7F and FC. RGB value is (5,127,252). Sum of RGB (Red+Green+Blue) = 5+127+252=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #057FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FFC is #FA8003. Grayscale: #686868. Windows color (decimal): -16416772 or 16547589. OLE color: 16547589.

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

Color convert

RGB 5 127 252 -
CMYK 0.98 0.50 0 0.01
HSL 210.36º 0.98% 0.5% -
HSV(B) 210.36º 0.98% 0.99% -
XYZ 25.22 22.24 95.06 -
YUV 104.77 211.08 56.84 -
System Red Green Blue C M Y K H S L
Decimal 5 127 252 0.98 0.50 0 0.01 210.36 0.98 0.5
Hex 5 7F FC 62 32 0 1 D2 62 32
Octal 5 177 374 142 62 0 1 322 142 62
Binary 101 1111111 11111100 1100010 110010 0 1 11010010 1100010 110010

Color Harmonies of #057FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FFC

Black with #057FFC

Text Example


Text Example

White with #057FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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