Html Css Color HEX #0780FC Dodger Blue

📋 copy color: '#0780FC'

red 7 ◦ green 128 ◦ blue 252

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

Shades of Dodger Blue #0780FC

Tints of Dodger Blue #0780FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.12%

R = 1.81%
G = 33.07%
B = 65.12%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0780FC (or 0x0780FC) is known color: Dodger Blue. HEX triplet: 07, 80 and FC. RGB value is (7,128,252). Sum of RGB (Red+Green+Blue) = 7+128+252=387 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #0780FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0780FC is #F87F03. Grayscale: #696969. Windows color (decimal): -16285444 or 16547847. OLE color: 16547847.

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

Color convert

RGB 7 128 252 -
CMYK 0.97 0.49 0 0.01
HSL 210.37º 0.98% 0.51% -
HSV(B) 210.37º 0.97% 0.99% -
XYZ 25.38 22.51 95.1 -
YUV 105.96 210.41 57.42 -
System Red Green Blue C M Y K H S L
Decimal 7 128 252 0.97 0.49 0 0.01 210.37 0.98 0.51
Hex 7 80 FC 61 31 0 1 D2 62 33
Octal 7 200 374 141 61 0 1 322 142 63
Binary 111 10000000 11111100 1100001 110001 0 1 11010010 1100010 110011

Color Harmonies of #0780FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0780FC

Black with #0780FC

Text Example


Text Example

White with #0780FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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