Html Css Color HEX #037DF5 Dodger Blue

📋 copy color: '#037DF5'

red 3 ◦ green 125 ◦ blue 245

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

Shades of Dodger Blue #037DF5

Tints of Dodger Blue #037DF5

RGB

 RED value IS 3 (1.56% from 255) = 0.8%

 GREEN value IS 125 (49.22% from 255) = 33.51%

 BLUE value IS 245 (96.09% from 255) = 65.68%

R = 0.8%
G = 33.51%
B = 65.68%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#037DF5 (or 0x037DF5) is known color: Dodger Blue. HEX triplet: 03, 7D and F5. RGB value is (3,125,245). Sum of RGB (Red+Green+Blue) = 3+125+245=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 245 (96.09% from 255 or 65.68% from 373); Max value from RGB is 245 - color contains mainly: blue. Hex color #037DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DF5 is #FC820A. Grayscale: #656565. Windows color (decimal): -16548363 or 16088323. OLE color: 16088323.

HSL color Cylindrical-coordinate representation of color #037DF5: hue angle of 209.75º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DF5 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 125 245 -
CMYK 0.99 0.49 0 0.04
HSL 209.75º 0.98% 0.49% -
HSV(B) 209.75º 0.99% 0.96% -
XYZ 23.85 21.28 89.24 -
YUV 102.2 208.58 57.24 -
System Red Green Blue C M Y K H S L
Decimal 3 125 245 0.99 0.49 0 0.04 209.75 0.98 0.49
Hex 3 7D F5 63 31 0 4 D2 62 31
Octal 3 175 365 143 61 0 4 322 142 61
Binary 11 1111101 11110101 1100011 110001 0 100 11010010 1100010 110001

Color Harmonies of #037DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DF5

Black with #037DF5

Text Example


Text Example

White with #037DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037DF5; }

 p { color: rgb(3,125,245); }

 H1.HeaderClassName
 {
   color: #037DF5;
 }
 .AnyTagClassName
 {
   color: #037DF5;
 }
</style>

background-color css

<style>
 a { background-color: #037DF5; }

 a { background-color: rgb(3,125,245); }

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

border-color css

<style>
 span { border-color: #037DF5; }

 span { border-color: rgb(3,125,245); }

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