Html Css Color HEX #037DFF Dodger Blue

📋 copy color: '#037DFF'

red 3 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #037DFF

Tints of Dodger Blue #037DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.58%

R = 0.78%
G = 32.64%
B = 66.58%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#037DFF (or 0x037DFF) is known color: Dodger Blue. HEX triplet: 03, 7D and FF. RGB value is (3,125,255). Sum of RGB (Red+Green+Blue) = 3+125+255=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #037DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DFF is #FC8200. Grayscale: #666666. Windows color (decimal): -16548353 or 16743683. OLE color: 16743683.

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

Color convert

RGB 3 125 255 -
CMYK 0.99 0.51 0 0
HSL 210.95º 1% 0.51% -
HSV(B) 210.95º 0.99% 1% -
XYZ 25.42 21.91 97.5 -
YUV 103.34 213.58 56.43 -
System Red Green Blue C M Y K H S L
Decimal 3 125 255 0.99 0.51 0 0 210.95 1 0.51
Hex 3 7D FF 63 33 0 0 D3 64 33
Octal 3 175 377 143 63 0 0 323 144 63
Binary 11 1111101 11111111 1100011 110011 0 0 11010011 1100100 110011

Color Harmonies of #037DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DFF

Black with #037DFF

Text Example


Text Example

White with #037DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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