Html Css Color HEX #0570FA Dodger Blue

📋 copy color: '#0570FA'

red 5 ◦ green 112 ◦ blue 250

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

Shades of Dodger Blue #0570FA

Tints of Dodger Blue #0570FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

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

R = 1.36%
G = 30.52%
B = 68.12%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0570FA (or 0x0570FA) is known color: Dodger Blue. HEX triplet: 05, 70 and FA. RGB value is (5,112,250). Sum of RGB (Red+Green+Blue) = 5+112+250=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #0570FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0570FA is #FA8F05. Grayscale: #5F5F5F. Windows color (decimal): -16420614 or 16412677. OLE color: 16412677.

HSL color Cylindrical-coordinate representation of color #0570FA: hue angle of 213.8º 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 #0570FA is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 112 250 -
CMYK 0.98 0.55 0 0.02
HSL 213.8º 0.96% 0.5% -
HSV(B) 213.8º 0.98% 0.98% -
XYZ 23.11 18.52 92.8 -
YUV 95.74 215.05 63.28 -
System Red Green Blue C M Y K H S L
Decimal 5 112 250 0.98 0.55 0 0.02 213.8 0.96 0.5
Hex 5 70 FA 62 37 0 2 D6 60 32
Octal 5 160 372 142 67 0 2 326 140 62
Binary 101 1110000 11111010 1100010 110111 0 10 11010110 1100000 110010

Color Harmonies of #0570FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570FA

Black with #0570FA

Text Example


Text Example

White with #0570FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0570FA; }

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

 H1.HeaderClassName
 {
   color: #0570FA;
 }
 .AnyTagClassName
 {
   color: #0570FA;
 }
</style>

background-color css

<style>
 a { background-color: #0570FA; }

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

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

border-color css

<style>
 span { border-color: #0570FA; }

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

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