Html Css Color HEX #0786FD Dodger Blue

📋 copy color: '#0786FD'

red 7 ◦ green 134 ◦ blue 253

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

Shades of Dodger Blue #0786FD

Tints of Dodger Blue #0786FD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.01%

 BLUE value IS 253 (99.22% from 255) = 64.21%

R = 1.78%
G = 34.01%
B = 64.21%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0786FD (or 0x0786FD) is known color: Dodger Blue. HEX triplet: 07, 86 and FD. RGB value is (7,134,253). Sum of RGB (Red+Green+Blue) = 7+134+253=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #0786FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0786FD is #F87902. Grayscale: #6C6C6C. Windows color (decimal): -16283907 or 16614919. OLE color: 16614919.

HSL color Cylindrical-coordinate representation of color #0786FD: hue angle of 209.02º 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 #0786FD is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 134 253 -
CMYK 0.97 0.47 0 0.01
HSL 209.02º 0.98% 0.51% -
HSV(B) 209.02º 0.97% 0.99% -
XYZ 26.34 24.19 96.21 -
YUV 109.59 208.92 54.82 -
System Red Green Blue C M Y K H S L
Decimal 7 134 253 0.97 0.47 0 0.01 209.02 0.98 0.51
Hex 7 86 FD 61 2F 0 1 D1 62 33
Octal 7 206 375 141 57 0 1 321 142 63
Binary 111 10000110 11111101 1100001 101111 0 1 11010001 1100010 110011

Color Harmonies of #0786FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0786FD

Black with #0786FD

Text Example


Text Example

White with #0786FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0786FD; }

 p { color: rgb(7,134,253); }

 H1.HeaderClassName
 {
   color: #0786FD;
 }
 .AnyTagClassName
 {
   color: #0786FD;
 }
</style>

background-color css

<style>
 a { background-color: #0786FD; }

 a { background-color: rgb(7,134,253); }

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

border-color css

<style>
 span { border-color: #0786FD; }

 span { border-color: rgb(7,134,253); }

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