Html Css Color HEX #078BEF Dodger Blue

📋 copy color: '#078BEF'

red 7 ◦ green 139 ◦ blue 239

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

Shades of Dodger Blue #078BEF

Tints of Dodger Blue #078BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 1.82%
G = 36.1%
B = 62.08%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#078BEF (or 0x078BEF) is known color: Dodger Blue. HEX triplet: 07, 8B and EF. RGB value is (7,139,239). Sum of RGB (Red+Green+Blue) = 7+139+239=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #078BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078BEF is #F87410. Grayscale: #6E6E6E. Windows color (decimal): -16282641 or 15698695. OLE color: 15698695.

HSL color Cylindrical-coordinate representation of color #078BEF: hue angle of 205.86º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078BEF is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 139 239 -
CMYK 0.97 0.42 0 0.06
HSL 205.86º 0.94% 0.48% -
HSV(B) 205.86º 0.97% 0.94% -
XYZ 24.9 24.74 85.12 -
YUV 110.93 200.27 53.87 -
System Red Green Blue C M Y K H S L
Decimal 7 139 239 0.97 0.42 0 0.06 205.86 0.94 0.48
Hex 7 8B EF 61 2A 0 6 CE 5E 30
Octal 7 213 357 141 52 0 6 316 136 60
Binary 111 10001011 11101111 1100001 101010 0 110 11001110 1011110 110000

Color Harmonies of #078BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078BEF

Black with #078BEF

Text Example


Text Example

White with #078BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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