Html Css Color HEX #037DF0 Dodger Blue

📋 copy color: '#037DF0'

red 3 ◦ green 125 ◦ blue 240

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

Shades of Dodger Blue #037DF0

Tints of Dodger Blue #037DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.22%

R = 0.82%
G = 33.97%
B = 65.22%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#037DF0 (or 0x037DF0) is known color: Dodger Blue. HEX triplet: 03, 7D and F0. RGB value is (3,125,240). Sum of RGB (Red+Green+Blue) = 3+125+240=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #037DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DF0 is #FC820F. Grayscale: #656565. Windows color (decimal): -16548368 or 15760643. OLE color: 15760643.

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

Color convert

RGB 3 125 240 -
CMYK 0.99 0.48 0 0.06
HSL 209.11º 0.98% 0.48% -
HSV(B) 209.11º 0.99% 0.94% -
XYZ 23.1 20.98 85.27 -
YUV 101.63 206.08 57.65 -
System Red Green Blue C M Y K H S L
Decimal 3 125 240 0.99 0.48 0 0.06 209.11 0.98 0.48
Hex 3 7D F0 63 30 0 6 D1 62 30
Octal 3 175 360 143 60 0 6 321 142 60
Binary 11 1111101 11110000 1100011 110000 0 110 11010001 1100010 110000

Color Harmonies of #037DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DF0

Black with #037DF0

Text Example


Text Example

White with #037DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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