Html Css Color HEX #078DFF Dodger Blue

📋 copy color: '#078DFF'

red 7 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #078DFF

Tints of Dodger Blue #078DFF

RGB

 RED value IS 7 (3.13% from 255) = 1.74%

 GREEN value IS 141 (55.47% from 255) = 34.99%

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

R = 1.74%
G = 34.99%
B = 63.28%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#078DFF (or 0x078DFF) is known color: Dodger Blue. HEX triplet: 07, 8D and FF. RGB value is (7,141,255). Sum of RGB (Red+Green+Blue) = 7+141+255=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #078DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078DFF is #F87200. Grayscale: #717171. Windows color (decimal): -16282113 or 16747783. OLE color: 16747783.

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

Color convert

RGB 7 141 255 -
CMYK 0.97 0.45 0 0
HSL 207.58º 1% 0.51% -
HSV(B) 207.58º 0.97% 1% -
XYZ 27.66 26.31 98.23 -
YUV 113.93 207.61 51.73 -
System Red Green Blue C M Y K H S L
Decimal 7 141 255 0.97 0.45 0 0 207.58 1 0.51
Hex 7 8D FF 61 2D 0 0 D0 64 33
Octal 7 215 377 141 55 0 0 320 144 63
Binary 111 10001101 11111111 1100001 101101 0 0 11010000 1100100 110011

Color Harmonies of #078DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DFF

Black with #078DFF

Text Example


Text Example

White with #078DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,141,255); }

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

background-color css

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

 a { background-color: rgb(7,141,255); }

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

border-color css

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

 span { border-color: rgb(7,141,255); }

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