Html Css Color HEX #0780FE Dodger Blue

📋 copy color: '#0780FE'

red 7 ◦ green 128 ◦ blue 254

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

Shades of Dodger Blue #0780FE

Tints of Dodger Blue #0780FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 254 (99.61% from 255) = 65.3%

R = 1.8%
G = 32.9%
B = 65.3%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0780FE (or 0x0780FE) is known color: Dodger Blue. HEX triplet: 07, 80 and FE. RGB value is (7,128,254). Sum of RGB (Red+Green+Blue) = 7+128+254=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #0780FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0780FE is #F87F01. Grayscale: #696969. Windows color (decimal): -16285442 or 16678919. OLE color: 16678919.

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

Color convert

RGB 7 128 254 -
CMYK 0.97 0.50 0 0.00
HSL 210.61º 0.99% 0.51% -
HSV(B) 210.61º 0.97% 1% -
XYZ 25.7 22.64 96.78 -
YUV 106.19 211.41 57.25 -
System Red Green Blue C M Y K H S L
Decimal 7 128 254 0.97 0.50 0 0.00 210.61 0.99 0.51
Hex 7 80 FE 61 32 0 0 D3 63 33
Octal 7 200 376 141 62 0 0 323 143 63
Binary 111 10000000 11111110 1100001 110010 0 0 11010011 1100011 110011

Color Harmonies of #0780FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0780FE

Black with #0780FE

Text Example


Text Example

White with #0780FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0780FE; }

 p { color: rgb(7,128,254); }

 H1.HeaderClassName
 {
   color: #0780FE;
 }
 .AnyTagClassName
 {
   color: #0780FE;
 }
</style>

background-color css

<style>
 a { background-color: #0780FE; }

 a { background-color: rgb(7,128,254); }

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

border-color css

<style>
 span { border-color: #0780FE; }

 span { border-color: rgb(7,128,254); }

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