Html Css Color HEX #057BFA Dodger Blue

📋 copy color: '#057BFA'

red 5 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #057BFA

Tints of Dodger Blue #057BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 1.32%
G = 32.54%
B = 66.14%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#057BFA (or 0x057BFA) is known color: Dodger Blue. HEX triplet: 05, 7B and FA. RGB value is (5,123,250). Sum of RGB (Red+Green+Blue) = 5+123+250=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #057BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BFA is #FA8405. Grayscale: #656565. Windows color (decimal): -16417798 or 16415493. OLE color: 16415493.

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

Color convert

RGB 5 123 250 -
CMYK 0.98 0.51 0 0.02
HSL 211.1º 0.96% 0.5% -
HSV(B) 211.1º 0.98% 0.98% -
XYZ 24.4 21.1 93.23 -
YUV 102.2 211.41 58.67 -
System Red Green Blue C M Y K H S L
Decimal 5 123 250 0.98 0.51 0 0.02 211.1 0.96 0.5
Hex 5 7B FA 62 33 0 2 D3 60 32
Octal 5 173 372 142 63 0 2 323 140 62
Binary 101 1111011 11111010 1100010 110011 0 10 11010011 1100000 110010

Color Harmonies of #057BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BFA

Black with #057BFA

Text Example


Text Example

White with #057BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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