Html Css Color HEX #037DF1 Dodger Blue

📋 copy color: '#037DF1'

red 3 ◦ green 125 ◦ blue 241

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

Shades of Dodger Blue #037DF1

Tints of Dodger Blue #037DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.31%

R = 0.81%
G = 33.88%
B = 65.31%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#037DF1 (or 0x037DF1) is known color: Dodger Blue. HEX triplet: 03, 7D and F1. RGB value is (3,125,241). Sum of RGB (Red+Green+Blue) = 3+125+241=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #037DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DF1 is #FC820E. Grayscale: #656565. Windows color (decimal): -16548367 or 15826179. OLE color: 15826179.

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

Color convert

RGB 3 125 241 -
CMYK 0.99 0.48 0 0.05
HSL 209.24º 0.98% 0.48% -
HSV(B) 209.24º 0.99% 0.95% -
XYZ 23.25 21.04 86.05 -
YUV 101.75 206.58 57.57 -
System Red Green Blue C M Y K H S L
Decimal 3 125 241 0.99 0.48 0 0.05 209.24 0.98 0.48
Hex 3 7D F1 63 30 0 5 D1 62 30
Octal 3 175 361 143 60 0 5 321 142 60
Binary 11 1111101 11110001 1100011 110000 0 101 11010001 1100010 110000

Color Harmonies of #037DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DF1

Black with #037DF1

Text Example


Text Example

White with #037DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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