Html Css Color HEX #0785FD Dodger Blue

📋 copy color: '#0785FD'

red 7 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #0785FD

Tints of Dodger Blue #0785FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

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

R = 1.78%
G = 33.84%
B = 64.38%

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

#0785FD (or 0x0785FD) is known color: Dodger Blue. HEX triplet: 07, 85 and FD. RGB value is (7,133,253). Sum of RGB (Red+Green+Blue) = 7+133+253=393 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #0785FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0785FD is #F87A02. Grayscale: #6C6C6C. Windows color (decimal): -16284163 or 16614663. OLE color: 16614663.

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

Color convert

RGB 7 133 253 -
CMYK 0.97 0.47 0 0.01
HSL 209.27º 0.98% 0.51% -
HSV(B) 209.27º 0.97% 0.99% -
XYZ 26.2 23.91 96.16 -
YUV 109.01 209.26 55.24 -
System Red Green Blue C M Y K H S L
Decimal 7 133 253 0.97 0.47 0 0.01 209.27 0.98 0.51
Hex 7 85 FD 61 2F 0 1 D1 62 33
Octal 7 205 375 141 57 0 1 321 142 63
Binary 111 10000101 11111101 1100001 101111 0 1 11010001 1100010 110011

Color Harmonies of #0785FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0785FD

Black with #0785FD

Text Example


Text Example

White with #0785FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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