#0781FE

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

Shades of Dodger Blue #0781FE

Tints of Dodger Blue #0781FE

Color information

#0781FE (or 0x0781FE) is unknown color: approx Dodger Blue. HEX triplet: 07, 81 and FE. RGB value is (7,129,254). Sum of RGB (Red+Green+Blue) = 7+129+254=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #0781FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0781FE is #F87E01. Grayscale: #6A6A6A. Windows color (decimal): -16285186 or 16679175. OLE color: 16679175.

HSL color Cylindrical-coordinate representation of color #0781FE: hue angle of 210.36º 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 #0781FE is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7129254-
CMYK0.970.4900.00
HSL210.36º99.2%51.18%-
HSV(B)210.36º97.24%99.61%-
XYZ25.8322.996.83-
YUV106.77211.0856.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.79%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 254 (99.61% from 255) = 65.13%
R=1.79%
G=33.08%
B=65.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal71292540.970.4900.00210.3699.251.18
Hex781FE613100d26333
Octal7201376141610032214363
Binary1111000000111111110110000111000100110100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0781FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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