Html Css Color HEX #057BFC Dodger Blue

📋 copy color: '#057BFC'

red 5 ◦ green 123 ◦ blue 252

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

Shades of Dodger Blue #057BFC

Tints of Dodger Blue #057BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

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

R = 1.32%
G = 32.37%
B = 66.32%

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

#057BFC (or 0x057BFC) is known color: Dodger Blue. HEX triplet: 05, 7B and FC. RGB value is (5,123,252). Sum of RGB (Red+Green+Blue) = 5+123+252=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #057BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BFC is #FA8403. Grayscale: #656565. Windows color (decimal): -16417796 or 16546565. OLE color: 16546565.

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

Color convert

RGB 5 123 252 -
CMYK 0.98 0.51 0 0.01
HSL 211.34º 0.98% 0.5% -
HSV(B) 211.34º 0.98% 0.99% -
XYZ 24.72 21.23 94.89 -
YUV 102.42 212.41 58.51 -
System Red Green Blue C M Y K H S L
Decimal 5 123 252 0.98 0.51 0 0.01 211.34 0.98 0.5
Hex 5 7B FC 62 33 0 1 D3 62 32
Octal 5 173 374 142 63 0 1 323 142 62
Binary 101 1111011 11111100 1100010 110011 0 1 11010011 1100010 110010

Color Harmonies of #057BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BFC

Black with #057BFC

Text Example


Text Example

White with #057BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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