Html Css Color HEX #057BFD Dodger Blue

📋 copy color: '#057BFD'

red 5 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #057BFD

Tints of Dodger Blue #057BFD

RGB

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

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

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

R = 1.31%
G = 32.28%
B = 66.4%

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

#057BFD (or 0x057BFD) is known color: Dodger Blue. HEX triplet: 05, 7B and FD. RGB value is (5,123,253). Sum of RGB (Red+Green+Blue) = 5+123+253=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #057BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BFD is #FA8402. Grayscale: #656565. Windows color (decimal): -16417795 or 16612101. OLE color: 16612101.

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

Color convert

RGB 5 123 253 -
CMYK 0.98 0.51 0 0.01
HSL 211.45º 0.98% 0.51% -
HSV(B) 211.45º 0.98% 0.99% -
XYZ 24.88 21.29 95.73 -
YUV 102.54 212.91 58.43 -
System Red Green Blue C M Y K H S L
Decimal 5 123 253 0.98 0.51 0 0.01 211.45 0.98 0.51
Hex 5 7B FD 62 33 0 1 D3 62 33
Octal 5 173 375 142 63 0 1 323 142 63
Binary 101 1111011 11111101 1100010 110011 0 1 11010011 1100010 110011

Color Harmonies of #057BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BFD

Black with #057BFD

Text Example


Text Example

White with #057BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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