Html Css Color HEX #078CFA Dodger Blue

📋 copy color: '#078CFA'

red 7 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #078CFA

Tints of Dodger Blue #078CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 1.76%
G = 35.26%
B = 62.97%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#078CFA (or 0x078CFA) is known color: Dodger Blue. HEX triplet: 07, 8C and FA. RGB value is (7,140,250). Sum of RGB (Red+Green+Blue) = 7+140+250=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #078CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CFA is #F87305. Grayscale: #707070. Windows color (decimal): -16282374 or 16419847. OLE color: 16419847.

HSL color Cylindrical-coordinate representation of color #078CFA: hue angle of 207.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078CFA is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 140 250 -
CMYK 0.97 0.44 0 0.02
HSL 207.16º 0.96% 0.5% -
HSV(B) 207.16º 0.97% 0.98% -
XYZ 26.72 25.7 94 -
YUV 112.77 205.44 52.56 -
System Red Green Blue C M Y K H S L
Decimal 7 140 250 0.97 0.44 0 0.02 207.16 0.96 0.5
Hex 7 8C FA 61 2C 0 2 CF 60 32
Octal 7 214 372 141 54 0 2 317 140 62
Binary 111 10001100 11111010 1100001 101100 0 10 11001111 1100000 110010

Color Harmonies of #078CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CFA

Black with #078CFA

Text Example


Text Example

White with #078CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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