Html Css Color HEX #0680FA Dodger Blue

📋 copy color: '#0680FA'

red 6 ◦ green 128 ◦ blue 250

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

Shades of Dodger Blue #0680FA

Tints of Dodger Blue #0680FA

RGB

 RED value IS 6 (2.73% from 255) = 1.56%

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

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 1.56%
G = 33.33%
B = 65.1%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0680FA (or 0x0680FA) is known color: Dodger Blue. HEX triplet: 06, 80 and FA. RGB value is (6,128,250). Sum of RGB (Red+Green+Blue) = 6+128+250=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #0680FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0680FA is #F97F05. Grayscale: #686868. Windows color (decimal): -16350982 or 16416774. OLE color: 16416774.

HSL color Cylindrical-coordinate representation of color #0680FA: hue angle of 210º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0680FA is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 128 250 -
CMYK 0.98 0.49 0 0.02
HSL 210º 0.96% 0.5% -
HSV(B) 210º 0.98% 0.98% -
XYZ 25.05 22.38 93.44 -
YUV 105.43 209.58 57.08 -
System Red Green Blue C M Y K H S L
Decimal 6 128 250 0.98 0.49 0 0.02 210 0.96 0.5
Hex 6 80 FA 62 31 0 2 D2 60 32
Octal 6 200 372 142 61 0 2 322 140 62
Binary 110 10000000 11111010 1100010 110001 0 10 11010010 1100000 110010

Color Harmonies of #0680FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0680FA

Black with #0680FA

Text Example


Text Example

White with #0680FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0680FA; }

 p { color: rgb(6,128,250); }

 H1.HeaderClassName
 {
   color: #0680FA;
 }
 .AnyTagClassName
 {
   color: #0680FA;
 }
</style>

background-color css

<style>
 a { background-color: #0680FA; }

 a { background-color: rgb(6,128,250); }

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

border-color css

<style>
 span { border-color: #0680FA; }

 span { border-color: rgb(6,128,250); }

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