Html Css Color HEX #037DF2 Dodger Blue

📋 copy color: '#037DF2'

red 3 ◦ green 125 ◦ blue 242

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

Shades of Dodger Blue #037DF2

Tints of Dodger Blue #037DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 65.41%

R = 0.81%
G = 33.78%
B = 65.41%

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

#037DF2 (or 0x037DF2) is known color: Dodger Blue. HEX triplet: 03, 7D and F2. RGB value is (3,125,242). Sum of RGB (Red+Green+Blue) = 3+125+242=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #037DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DF2 is #FC820D. Grayscale: #656565. Windows color (decimal): -16548366 or 15891715. OLE color: 15891715.

HSL color Cylindrical-coordinate representation of color #037DF2: hue angle of 209.37º 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 #037DF2 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 125 242 -
CMYK 0.99 0.48 0 0.05
HSL 209.37º 0.98% 0.48% -
HSV(B) 209.37º 0.99% 0.95% -
XYZ 23.4 21.1 86.84 -
YUV 101.86 207.08 57.49 -
System Red Green Blue C M Y K H S L
Decimal 3 125 242 0.99 0.48 0 0.05 209.37 0.98 0.48
Hex 3 7D F2 63 30 0 5 D1 62 30
Octal 3 175 362 143 60 0 5 321 142 60
Binary 11 1111101 11110010 1100011 110000 0 101 11010001 1100010 110000

Color Harmonies of #037DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DF2

Black with #037DF2

Text Example


Text Example

White with #037DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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