#0780FE

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

Shades of Dodger Blue #0780FE

Tints of Dodger Blue #0780FE

Color information

#0780FE (or 0x0780FE) is unknown color: approx Dodger Blue. HEX triplet: 07, 80 and FE. RGB value is (7,128,254). Sum of RGB (Red+Green+Blue) = 7+128+254=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #0780FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0780FE is #F87F01. Grayscale: #696969. Windows color (decimal): -16285442 or 16678919. OLE color: 16678919.

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

Color convert

RGB7128254-
CMYK0.970.5000.00
HSL210.61º99.2%51.18%-
HSV(B)210.61º97.24%99.61%-
XYZ25.722.6496.78-
YUV106.18211.4157.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.80%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 254 (99.61% from 255) = 65.30%
R=1.80%
G=32.90%
B=65.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal71282540.970.5000.00210.6199.251.18
Hex780FE613200d36333
Octal7200376141620032314363
Binary1111000000011111110110000111001000110100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0780FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0780FE; }

 p { color: rgb(7,128,254); }

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

<style>
 a { background-color: #0780FE; }

 a { background-color: rgb(7,128,254); }

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

<style>
 span { border-color: #0780FE; }

 span { border-color: rgb(7,128,254); }

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