Html Css Color HEX #0768FD Dodger Blue

📋 copy color: '#0768FD'

red 7 ◦ green 104 ◦ blue 253

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

Shades of Dodger Blue #0768FD

Tints of Dodger Blue #0768FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 1.92%
G = 28.57%
B = 69.51%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0768FD (or 0x0768FD) is known color: Dodger Blue. HEX triplet: 07, 68 and FD. RGB value is (7,104,253). Sum of RGB (Red+Green+Blue) = 7+104+253=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #0768FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0768FD is #F89702. Grayscale: #5B5B5B. Windows color (decimal): -16291587 or 16607239. OLE color: 16607239.

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

Color convert

RGB 7 104 253 -
CMYK 0.97 0.59 0 0.01
HSL 216.34º 0.98% 0.51% -
HSV(B) 216.34º 0.97% 0.99% -
XYZ 22.77 17.04 95.02 -
YUV 91.98 218.86 67.38 -
System Red Green Blue C M Y K H S L
Decimal 7 104 253 0.97 0.59 0 0.01 216.34 0.98 0.51
Hex 7 68 FD 61 3B 0 1 D8 62 33
Octal 7 150 375 141 73 0 1 330 142 63
Binary 111 1101000 11111101 1100001 111011 0 1 11011000 1100010 110011

Color Harmonies of #0768FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0768FD

Black with #0768FD

Text Example


Text Example

White with #0768FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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