Html Css Color HEX #078BFF Dodger Blue

📋 copy color: '#078BFF'

red 7 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #078BFF

Tints of Dodger Blue #078BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 1.75%
G = 34.66%
B = 63.59%

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

#078BFF (or 0x078BFF) is known color: Dodger Blue. HEX triplet: 07, 8B and FF. RGB value is (7,139,255). Sum of RGB (Red+Green+Blue) = 7+139+255=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #078BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078BFF is #F87400. Grayscale: #707070. Windows color (decimal): -16282625 or 16747271. OLE color: 16747271.

HSL color Cylindrical-coordinate representation of color #078BFF: hue angle of 208.06º 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 #078BFF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 7 139 255 -
CMYK 0.97 0.45 0 0
HSL 208.06º 1% 0.51% -
HSV(B) 208.06º 0.97% 1% -
XYZ 27.37 25.73 98.13 -
YUV 112.76 208.27 52.57 -
System Red Green Blue C M Y K H S L
Decimal 7 139 255 0.97 0.45 0 0 208.06 1 0.51
Hex 7 8B FF 61 2D 0 0 D0 64 33
Octal 7 213 377 141 55 0 0 320 144 63
Binary 111 10001011 11111111 1100001 101101 0 0 11010000 1100100 110011

Color Harmonies of #078BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078BFF

Black with #078BFF

Text Example


Text Example

White with #078BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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