#037FFF

Color #037FFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #037FFF

Tints of Dodger Blue #037FFF

Color information

#037FFF (or 0x037FFF) is unknown color: approx Dodger Blue. HEX triplet: 03, 7F and FF. RGB value is (3,127,255). Sum of RGB (Red+Green+Blue) = 3+127+255=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #037FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037FFF is #FC8000. Grayscale: #676767. Windows color (decimal): -16547841 or 16744195. OLE color: 16744195.

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

Color convert

RGB3127255-
CMYK0.990.5000
HSL210.48º100%50.59%-
HSV(B)210.48º98.82%100%-
XYZ25.6822.4297.58-
YUV104.52212.9255.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.78%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 255 (100% from 255) = 66.23%
R=0.78%
G=32.99%
B=66.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal31272550.990.5000210.4810050.59
Hex37FFF633200d26433
Octal3177377143620032214463
Binary11111111111111111110001111001000110100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #037FFF;
 }
 .AnyTagClassName
 {
   color: #037FFF;
 }
</style>
background-color css

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

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

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

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

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

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