Html Css Color HEX #0785FB Dodger Blue

📋 copy color: '#0785FB'

red 7 ◦ green 133 ◦ blue 251

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

Shades of Dodger Blue #0785FB

Tints of Dodger Blue #0785FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 1.79%
G = 34.02%
B = 64.19%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0785FB (or 0x0785FB) is known color: Dodger Blue. HEX triplet: 07, 85 and FB. RGB value is (7,133,251). Sum of RGB (Red+Green+Blue) = 7+133+251=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #0785FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0785FB is #F87A04. Grayscale: #6C6C6C. Windows color (decimal): -16284165 or 16483591. OLE color: 16483591.

HSL color Cylindrical-coordinate representation of color #0785FB: hue angle of 209.02º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0785FB is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 133 251 -
CMYK 0.97 0.47 0 0.02
HSL 209.02º 0.97% 0.51% -
HSV(B) 209.02º 0.97% 0.98% -
XYZ 25.89 23.79 94.49 -
YUV 108.78 208.26 55.41 -
System Red Green Blue C M Y K H S L
Decimal 7 133 251 0.97 0.47 0 0.02 209.02 0.97 0.51
Hex 7 85 FB 61 2F 0 2 D1 61 33
Octal 7 205 373 141 57 0 2 321 141 63
Binary 111 10000101 11111011 1100001 101111 0 10 11010001 1100001 110011

Color Harmonies of #0785FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0785FB

Black with #0785FB

Text Example


Text Example

White with #0785FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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