Html Css Color HEX #078CFF Dodger Blue

📋 copy color: '#078CFF'

red 7 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #078CFF

Tints of Dodger Blue #078CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

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

R = 1.74%
G = 34.83%
B = 63.43%

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

#078CFF (or 0x078CFF) is known color: Dodger Blue. HEX triplet: 07, 8C and FF. RGB value is (7,140,255). Sum of RGB (Red+Green+Blue) = 7+140+255=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #078CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CFF is #F87300. Grayscale: #707070. Windows color (decimal): -16282369 or 16747527. OLE color: 16747527.

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

Color convert

RGB 7 140 255 -
CMYK 0.97 0.45 0 0
HSL 207.82º 1% 0.51% -
HSV(B) 207.82º 0.97% 1% -
XYZ 27.52 26.02 98.18 -
YUV 113.34 207.94 52.15 -
System Red Green Blue C M Y K H S L
Decimal 7 140 255 0.97 0.45 0 0 207.82 1 0.51
Hex 7 8C FF 61 2D 0 0 D0 64 33
Octal 7 214 377 141 55 0 0 320 144 63
Binary 111 10001100 11111111 1100001 101101 0 0 11010000 1100100 110011

Color Harmonies of #078CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CFF

Black with #078CFF

Text Example


Text Example

White with #078CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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