Html Css Color HEX #0680FC Dodger Blue

📋 copy color: '#0680FC'

red 6 ◦ green 128 ◦ blue 252

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

Shades of Dodger Blue #0680FC

Tints of Dodger Blue #0680FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 1.55%
G = 33.16%
B = 65.28%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0680FC (or 0x0680FC) is known color: Dodger Blue. HEX triplet: 06, 80 and FC. RGB value is (6,128,252). Sum of RGB (Red+Green+Blue) = 6+128+252=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #0680FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0680FC is #F97F03. Grayscale: #696969. Windows color (decimal): -16350980 or 16547846. OLE color: 16547846.

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

Color convert

RGB 6 128 252 -
CMYK 0.98 0.49 0 0.01
HSL 210.24º 0.98% 0.51% -
HSV(B) 210.24º 0.98% 0.99% -
XYZ 25.36 22.51 95.1 -
YUV 105.66 210.58 56.92 -
System Red Green Blue C M Y K H S L
Decimal 6 128 252 0.98 0.49 0 0.01 210.24 0.98 0.51
Hex 6 80 FC 62 31 0 1 D2 62 33
Octal 6 200 374 142 61 0 1 322 142 63
Binary 110 10000000 11111100 1100010 110001 0 1 11010010 1100010 110011

Color Harmonies of #0680FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0680FC

Black with #0680FC

Text Example


Text Example

White with #0680FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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